Shades of Deco #CEDC80
Tints of Deco #CEDC80
RGB
CMYK
RGB Variations
Color information
#CEDC80 (or 0xCEDC80) is known color: 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
| RGB | 206 | 220 | 128 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.14 |
| HSL | 69.13º | 0.57% | 0.68% | - |
| HSV(B) | 69.13º | 0.42% | 0.86% | - |
| XYZ | 54.94 | 65.87 | 30.24 | - |
| YUV | 205.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 128 | 0.06 | 0 | 0.42 | 0.14 | 69.13 | 0.57 | 0.68 |
| Hex | CE | DC | 80 | 6 | 0 | 2A | E | 45 | 39 | 44 |
| Octal | 316 | 334 | 200 | 6 | 0 | 52 | 16 | 105 | 71 | 104 |
| Binary | 11001110 | 11011100 | 10000000 | 110 | 0 | 101010 | 1110 | 1000101 | 111001 | 1000100 |
Color Harmonies of #CEDC80
Complementary color
Monochromatic Colors of #CEDC80
Black with #CEDC80
Text Example
Text Example
White with #CEDC80
Text Example
Text Example
HTML Codes & Css Web 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>