#CED275

Color #CED275 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CED275

Tints of Deco #CED275

Color information

#CED275 (or 0xCED275) is unknown color: approx Deco. HEX triplet: CE, D2 and 75. RGB value is (206,210,117). Sum of RGB (Red+Green+Blue) = 206+210+117=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #CED275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED275 is #312D8A. Grayscale: #C6C6C6. Windows color (decimal): -3222923 or 7721678. OLE color: 7721678.

HSL color Cylindrical-coordinate representation of color #CED275: hue angle of 62.58º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CED275 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB206210117-
CMYK0.0200.440.18
HSL62.58º50.82%64.12%-
HSV(B)62.58º44.29%82.35%-
XYZ51.7160.525.78-
YUV198.282.17133.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=38.65%
G=39.40%
B=21.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101170.0200.440.1862.5850.8264.12
HexCED275202C123f3340
Octal3163221652054227763100
Binary11001110110100101110101100101100100101111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED275; }

 p { color: rgb(206,210,117); }

 H1.HeaderClassName
 {
   color: #CED275;
 }
 .AnyTagClassName
 {
   color: #CED275;
 }
</style>
background-color css

<style>
 a { background-color: #CED275; }

 a { background-color: rgb(206,210,117); }

 div.DivClassName
 {
   background-color: #CED275;
 }
 .BgClassName
 {
   background-color: #CED275;
 }
</style>
border-color css

<style>
 span { border-color: #CED275; }

 span { border-color: rgb(206,210,117); }

 td.TdClassName
 {
   border-color: #CED275;
 }
 .TagClassName
 {
   border-color: #CED275;
 }
</style>