Shades of Deco #CEDC92
Tints of Deco #CEDC92
RGB
CMYK
RGB Variations
Color information
#CEDC92 (or 0xCEDC92) is known color: Deco. HEX triplet: CE, DC and 92. RGB value is (206,220,146). Sum of RGB (Red+Green+Blue) = 206+220+146=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC92 is #31236D. Grayscale: #CFCFCF. Windows color (decimal): -3220334 or 9624782. OLE color: 9624782.
HSL color Cylindrical-coordinate representation of color #CEDC92: hue angle of 71.35º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEDC92 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 146 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.14 |
| HSL | 71.35º | 0.51% | 0.72% | - |
| HSV(B) | 71.35º | 0.34% | 0.86% | - |
| XYZ | 56.24 | 66.38 | 37.04 | - |
| YUV | 207.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 146 | 0.06 | 0 | 0.34 | 0.14 | 71.35 | 0.51 | 0.72 |
| Hex | CE | DC | 92 | 6 | 0 | 22 | E | 47 | 33 | 48 |
| Octal | 316 | 334 | 222 | 6 | 0 | 42 | 16 | 107 | 63 | 110 |
| Binary | 11001110 | 11011100 | 10010010 | 110 | 0 | 100010 | 1110 | 1000111 | 110011 | 1001000 |
Color Harmonies of #CEDC92
Complementary color
Monochromatic Colors of #CEDC92
Black with #CEDC92
Text Example
Text Example
White with #CEDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC92; }
p { color: rgb(206,220,146); }
H1.HeaderClassName
{
color: #CEDC92;
}
.AnyTagClassName
{
color: #CEDC92;
}
</style>
background-color css
<style>
a { background-color: #CEDC92; }
a { background-color: rgb(206,220,146); }
div.DivClassName
{
background-color: #CEDC92;
}
.BgClassName
{
background-color: #CEDC92;
}
</style>
border-color css
<style>
span { border-color: #CEDC92; }
span { border-color: rgb(206,220,146); }
td.TdClassName
{
border-color: #CEDC92;
}
.TagClassName
{
border-color: #CEDC92;
}
</style>