#CEDC80

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

Shades of Deco #CEDC80

Tints of Deco #CEDC80

Color information

#CEDC80 (or 0xCEDC80) is unknown color: approx Deco. HEX triplet: CE, DC and 80. RGB value is (206,220,128). Sum of RGB (Red+Green+Blue) = 206+220+128=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC80 is #31237F. Grayscale: #CDCDCD. Windows color (decimal): -3220352 or 8445134. OLE color: 8445134.

HSL color Cylindrical-coordinate representation of color #CEDC80: hue angle of 69.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEDC80 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB206220128-
CMYK0.0600.420.14
HSL69.13º56.79%68.24%-
HSV(B)69.13º41.82%86.27%-
XYZ54.9465.8730.24-
YUV205.3384.36128.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=37.18%
G=39.71%
B=23.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201280.0600.420.1469.1356.7968.24
HexCEDC80602AE453944
Octal31633420060521610571104
Binary1100111011011100100000001100101010111010001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC80; }

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

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

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

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

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

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

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

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