Shades of Deco #CEDD84
Tints of Deco #CEDD84
RGB
CMYK
RGB Variations
Color information
#CEDD84 (or 0xCEDD84) is known color: Deco. HEX triplet: CE, DD and 84. RGB value is (206,221,132). Sum of RGB (Red+Green+Blue) = 206+221+132=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD84 is #31227B. Grayscale: #CECECE. Windows color (decimal): -3220092 or 8707534. OLE color: 8707534.
HSL color Cylindrical-coordinate representation of color #CEDD84: hue angle of 70.11º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDD84 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 132 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.13 |
| HSL | 70.11º | 0.57% | 0.69% | - |
| HSV(B) | 70.11º | 0.4% | 0.87% | - |
| XYZ | 55.47 | 66.5 | 31.74 | - |
| YUV | 206.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 132 | 0.07 | 0 | 0.40 | 0.13 | 70.11 | 0.57 | 0.69 |
| Hex | CE | DD | 84 | 7 | 0 | 28 | D | 46 | 39 | 45 |
| Octal | 316 | 335 | 204 | 7 | 0 | 50 | 15 | 106 | 71 | 105 |
| Binary | 11001110 | 11011101 | 10000100 | 111 | 0 | 101000 | 1101 | 1000110 | 111001 | 1000101 |
Color Harmonies of #CEDD84
Complementary color
Monochromatic Colors of #CEDD84
Black with #CEDD84
Text Example
Text Example
White with #CEDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD84; }
p { color: rgb(206,221,132); }
H1.HeaderClassName
{
color: #CEDD84;
}
.AnyTagClassName
{
color: #CEDD84;
}
</style>
background-color css
<style>
a { background-color: #CEDD84; }
a { background-color: rgb(206,221,132); }
div.DivClassName
{
background-color: #CEDD84;
}
.BgClassName
{
background-color: #CEDD84;
}
</style>
border-color css
<style>
span { border-color: #CEDD84; }
span { border-color: rgb(206,221,132); }
td.TdClassName
{
border-color: #CEDD84;
}
.TagClassName
{
border-color: #CEDD84;
}
</style>