Shades of Deco #CEDD8E
Tints of Deco #CEDD8E
RGB
CMYK
RGB Variations
Color information
#CEDD8E (or 0xCEDD8E) is known color: Deco. HEX triplet: CE, DD and 8E. RGB value is (206,221,142). Sum of RGB (Red+Green+Blue) = 206+221+142=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD8E is #312271. Grayscale: #CFCFCF. Windows color (decimal): -3220082 or 9362894. OLE color: 9362894.
HSL color Cylindrical-coordinate representation of color #CEDD8E: hue angle of 71.39º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEDD8E is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 142 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.13 |
| HSL | 71.39º | 0.54% | 0.71% | - |
| HSV(B) | 71.39º | 0.36% | 0.87% | - |
| XYZ | 56.19 | 66.79 | 35.52 | - |
| YUV | 207.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 142 | 0.07 | 0 | 0.36 | 0.13 | 71.39 | 0.54 | 0.71 |
| Hex | CE | DD | 8E | 7 | 0 | 24 | D | 47 | 36 | 47 |
| Octal | 316 | 335 | 216 | 7 | 0 | 44 | 15 | 107 | 66 | 107 |
| Binary | 11001110 | 11011101 | 10001110 | 111 | 0 | 100100 | 1101 | 1000111 | 110110 | 1000111 |
Color Harmonies of #CEDD8E
Complementary color
Monochromatic Colors of #CEDD8E
Black with #CEDD8E
Text Example
Text Example
White with #CEDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD8E; }
p { color: rgb(206,221,142); }
H1.HeaderClassName
{
color: #CEDD8E;
}
.AnyTagClassName
{
color: #CEDD8E;
}
</style>
background-color css
<style>
a { background-color: #CEDD8E; }
a { background-color: rgb(206,221,142); }
div.DivClassName
{
background-color: #CEDD8E;
}
.BgClassName
{
background-color: #CEDD8E;
}
</style>
border-color css
<style>
span { border-color: #CEDD8E; }
span { border-color: rgb(206,221,142); }
td.TdClassName
{
border-color: #CEDD8E;
}
.TagClassName
{
border-color: #CEDD8E;
}
</style>