Shades of Deco #CEDB95
Tints of Deco #CEDB95
RGB
CMYK
RGB Variations
Color information
#CEDB95 (or 0xCEDB95) is known color: Deco. HEX triplet: CE, DB and 95. RGB value is (206,219,149). Sum of RGB (Red+Green+Blue) = 206+219+149=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB95 is #31246A. Grayscale: #CFCFCF. Windows color (decimal): -3220587 or 9821134. OLE color: 9821134.
HSL color Cylindrical-coordinate representation of color #CEDB95: hue angle of 71.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEDB95 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 149 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.14 |
| HSL | 71.14º | 0.49% | 0.72% | - |
| HSV(B) | 71.14º | 0.32% | 0.86% | - |
| XYZ | 56.21 | 65.95 | 38.2 | - |
| YUV | 207.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 149 | 0.06 | 0 | 0.32 | 0.14 | 71.14 | 0.49 | 0.72 |
| Hex | CE | DB | 95 | 6 | 0 | 20 | E | 47 | 31 | 48 |
| Octal | 316 | 333 | 225 | 6 | 0 | 40 | 16 | 107 | 61 | 110 |
| Binary | 11001110 | 11011011 | 10010101 | 110 | 0 | 100000 | 1110 | 1000111 | 110001 | 1001000 |
Color Harmonies of #CEDB95
Complementary color
Monochromatic Colors of #CEDB95
Black with #CEDB95
Text Example
Text Example
White with #CEDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB95; }
p { color: rgb(206,219,149); }
H1.HeaderClassName
{
color: #CEDB95;
}
.AnyTagClassName
{
color: #CEDB95;
}
</style>
background-color css
<style>
a { background-color: #CEDB95; }
a { background-color: rgb(206,219,149); }
div.DivClassName
{
background-color: #CEDB95;
}
.BgClassName
{
background-color: #CEDB95;
}
</style>
border-color css
<style>
span { border-color: #CEDB95; }
span { border-color: rgb(206,219,149); }
td.TdClassName
{
border-color: #CEDB95;
}
.TagClassName
{
border-color: #CEDB95;
}
</style>