Shades of Deco #CEDD8C
Tints of Deco #CEDD8C
RGB
CMYK
RGB Variations
Color information
#CEDD8C (or 0xCEDD8C) is known color: Deco. HEX triplet: CE, DD and 8C. RGB value is (206,221,140). Sum of RGB (Red+Green+Blue) = 206+221+140=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD8C is #312273. Grayscale: #CFCFCF. Windows color (decimal): -3220084 or 9231822. OLE color: 9231822.
HSL color Cylindrical-coordinate representation of color #CEDD8C: hue angle of 71.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEDD8C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 140 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.13 |
| HSL | 71.11º | 0.54% | 0.71% | - |
| HSV(B) | 71.11º | 0.37% | 0.87% | - |
| XYZ | 56.04 | 66.73 | 34.74 | - |
| YUV | 207.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 140 | 0.07 | 0 | 0.37 | 0.13 | 71.11 | 0.54 | 0.71 |
| Hex | CE | DD | 8C | 7 | 0 | 25 | D | 47 | 36 | 47 |
| Octal | 316 | 335 | 214 | 7 | 0 | 45 | 15 | 107 | 66 | 107 |
| Binary | 11001110 | 11011101 | 10001100 | 111 | 0 | 100101 | 1101 | 1000111 | 110110 | 1000111 |
Color Harmonies of #CEDD8C
Complementary color
Monochromatic Colors of #CEDD8C
Black with #CEDD8C
Text Example
Text Example
White with #CEDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD8C; }
p { color: rgb(206,221,140); }
H1.HeaderClassName
{
color: #CEDD8C;
}
.AnyTagClassName
{
color: #CEDD8C;
}
</style>
background-color css
<style>
a { background-color: #CEDD8C; }
a { background-color: rgb(206,221,140); }
div.DivClassName
{
background-color: #CEDD8C;
}
.BgClassName
{
background-color: #CEDD8C;
}
</style>
border-color css
<style>
span { border-color: #CEDD8C; }
span { border-color: rgb(206,221,140); }
td.TdClassName
{
border-color: #CEDD8C;
}
.TagClassName
{
border-color: #CEDD8C;
}
</style>