Shades of Deco #CEDE80
Tints of Deco #CEDE80
RGB
CMYK
RGB Variations
Color information
#CEDE80 (or 0xCEDE80) is known color: Deco. HEX triplet: CE, DE and 80. RGB value is (206,222,128). Sum of RGB (Red+Green+Blue) = 206+222+128=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE80 is #31217F. Grayscale: #CECECE. Windows color (decimal): -3219840 or 8445646. OLE color: 8445646.
HSL color Cylindrical-coordinate representation of color #CEDE80: hue angle of 70.21º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEDE80 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 128 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.13 |
| HSL | 70.21º | 0.59% | 0.69% | - |
| HSV(B) | 70.21º | 0.42% | 0.87% | - |
| XYZ | 55.47 | 66.92 | 30.42 | - |
| YUV | 206.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 128 | 0.07 | 0 | 0.42 | 0.13 | 70.21 | 0.59 | 0.69 |
| Hex | CE | DE | 80 | 7 | 0 | 2A | D | 46 | 3B | 45 |
| Octal | 316 | 336 | 200 | 7 | 0 | 52 | 15 | 106 | 73 | 105 |
| Binary | 11001110 | 11011110 | 10000000 | 111 | 0 | 101010 | 1101 | 1000110 | 111011 | 1000101 |
Color Harmonies of #CEDE80
Complementary color
Monochromatic Colors of #CEDE80
Black with #CEDE80
Text Example
Text Example
White with #CEDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE80; }
p { color: rgb(206,222,128); }
H1.HeaderClassName
{
color: #CEDE80;
}
.AnyTagClassName
{
color: #CEDE80;
}
</style>
background-color css
<style>
a { background-color: #CEDE80; }
a { background-color: rgb(206,222,128); }
div.DivClassName
{
background-color: #CEDE80;
}
.BgClassName
{
background-color: #CEDE80;
}
</style>
border-color css
<style>
span { border-color: #CEDE80; }
span { border-color: rgb(206,222,128); }
td.TdClassName
{
border-color: #CEDE80;
}
.TagClassName
{
border-color: #CEDE80;
}
</style>