Shades of Deco #CEDD92
Tints of Deco #CEDD92
RGB
CMYK
RGB Variations
Color information
#CEDD92 (or 0xCEDD92) is known color: Deco. HEX triplet: CE, DD and 92. RGB value is (206,221,146). Sum of RGB (Red+Green+Blue) = 206+221+146=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD92 is #31226D. Grayscale: #D0D0D0. Windows color (decimal): -3220078 or 9625038. OLE color: 9625038.
HSL color Cylindrical-coordinate representation of color #CEDD92: hue angle of 72º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEDD92 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 146 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.13 |
| HSL | 72º | 0.52% | 0.72% | - |
| HSV(B) | 72º | 0.34% | 0.87% | - |
| XYZ | 56.5 | 66.91 | 37.13 | - |
| YUV | 207.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 146 | 0.07 | 0 | 0.34 | 0.13 | 72 | 0.52 | 0.72 |
| Hex | CE | DD | 92 | 7 | 0 | 22 | D | 48 | 34 | 48 |
| Octal | 316 | 335 | 222 | 7 | 0 | 42 | 15 | 110 | 64 | 110 |
| Binary | 11001110 | 11011101 | 10010010 | 111 | 0 | 100010 | 1101 | 1001000 | 110100 | 1001000 |
Color Harmonies of #CEDD92
Complementary color
Monochromatic Colors of #CEDD92
Black with #CEDD92
Text Example
Text Example
White with #CEDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD92; }
p { color: rgb(206,221,146); }
H1.HeaderClassName
{
color: #CEDD92;
}
.AnyTagClassName
{
color: #CEDD92;
}
</style>
background-color css
<style>
a { background-color: #CEDD92; }
a { background-color: rgb(206,221,146); }
div.DivClassName
{
background-color: #CEDD92;
}
.BgClassName
{
background-color: #CEDD92;
}
</style>
border-color css
<style>
span { border-color: #CEDD92; }
span { border-color: rgb(206,221,146); }
td.TdClassName
{
border-color: #CEDD92;
}
.TagClassName
{
border-color: #CEDD92;
}
</style>