#CEDC84

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

Shades of Deco #CEDC84

Tints of Deco #CEDC84

Color information

#CEDC84 (or 0xCEDC84) is unknown color: approx Deco. HEX triplet: CE, DC and 84. RGB value is (206,220,132). Sum of RGB (Red+Green+Blue) = 206+220+132=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC84 is #31237B. Grayscale: #CECECE. Windows color (decimal): -3220348 or 8707278. OLE color: 8707278.

HSL color Cylindrical-coordinate representation of color #CEDC84: hue angle of 69.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDC84 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB206220132-
CMYK0.0600.400.14
HSL69.55º55.7%69.02%-
HSV(B)69.55º40%86.27%-
XYZ55.2165.9731.65-
YUV205.7886.36128.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=36.92%
G=39.43%
B=23.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201320.0600.400.1469.5555.769.02
HexCEDC846028E463845
Octal31633420460501610670105
Binary1100111011011100100001001100101000111010001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC84; }

 p { color: rgb(206,220,132); }

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

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

 a { background-color: rgb(206,220,132); }

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

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

 span { border-color: rgb(206,220,132); }

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