Shades of Deco #CEDB92
Tints of Deco #CEDB92
RGB
CMYK
RGB Variations
Color information
#CEDB92 (or 0xCEDB92) is known color: Deco. HEX triplet: CE, DB and 92. RGB value is (206,219,146). Sum of RGB (Red+Green+Blue) = 206+219+146=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB92 is #31246D. Grayscale: #CFCFCF. Windows color (decimal): -3220590 or 9624526. OLE color: 9624526.
HSL color Cylindrical-coordinate representation of color #CEDB92: hue angle of 70.68º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEDB92 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 146 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.14 |
| HSL | 70.68º | 0.5% | 0.72% | - |
| HSV(B) | 70.68º | 0.33% | 0.86% | - |
| XYZ | 55.97 | 65.86 | 36.96 | - |
| YUV | 206.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 146 | 0.06 | 0 | 0.33 | 0.14 | 70.68 | 0.5 | 0.72 |
| Hex | CE | DB | 92 | 6 | 0 | 21 | E | 47 | 32 | 48 |
| Octal | 316 | 333 | 222 | 6 | 0 | 41 | 16 | 107 | 62 | 110 |
| Binary | 11001110 | 11011011 | 10010010 | 110 | 0 | 100001 | 1110 | 1000111 | 110010 | 1001000 |
Color Harmonies of #CEDB92
Complementary color
Monochromatic Colors of #CEDB92
Black with #CEDB92
Text Example
Text Example
White with #CEDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB92; }
p { color: rgb(206,219,146); }
H1.HeaderClassName
{
color: #CEDB92;
}
.AnyTagClassName
{
color: #CEDB92;
}
</style>
background-color css
<style>
a { background-color: #CEDB92; }
a { background-color: rgb(206,219,146); }
div.DivClassName
{
background-color: #CEDB92;
}
.BgClassName
{
background-color: #CEDB92;
}
</style>
border-color css
<style>
span { border-color: #CEDB92; }
span { border-color: rgb(206,219,146); }
td.TdClassName
{
border-color: #CEDB92;
}
.TagClassName
{
border-color: #CEDB92;
}
</style>