Shades of Deco #CEDB90
Tints of Deco #CEDB90
RGB
CMYK
RGB Variations
Color information
#CEDB90 (or 0xCEDB90) is known color: Deco. HEX triplet: CE, DB and 90. RGB value is (206,219,144). Sum of RGB (Red+Green+Blue) = 206+219+144=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB90 is #31246F. Grayscale: #CECECE. Windows color (decimal): -3220592 or 9493454. OLE color: 9493454.
HSL color Cylindrical-coordinate representation of color #CEDB90: hue angle of 70.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEDB90 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 144 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.14 |
| HSL | 70.4º | 0.51% | 0.71% | - |
| HSV(B) | 70.4º | 0.34% | 0.86% | - |
| XYZ | 55.82 | 65.8 | 36.14 | - |
| YUV | 206.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 144 | 0.06 | 0 | 0.34 | 0.14 | 70.4 | 0.51 | 0.71 |
| Hex | CE | DB | 90 | 6 | 0 | 22 | E | 46 | 33 | 47 |
| Octal | 316 | 333 | 220 | 6 | 0 | 42 | 16 | 106 | 63 | 107 |
| Binary | 11001110 | 11011011 | 10010000 | 110 | 0 | 100010 | 1110 | 1000110 | 110011 | 1000111 |
Color Harmonies of #CEDB90
Complementary color
Monochromatic Colors of #CEDB90
Black with #CEDB90
Text Example
Text Example
White with #CEDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB90; }
p { color: rgb(206,219,144); }
H1.HeaderClassName
{
color: #CEDB90;
}
.AnyTagClassName
{
color: #CEDB90;
}
</style>
background-color css
<style>
a { background-color: #CEDB90; }
a { background-color: rgb(206,219,144); }
div.DivClassName
{
background-color: #CEDB90;
}
.BgClassName
{
background-color: #CEDB90;
}
</style>
border-color css
<style>
span { border-color: #CEDB90; }
span { border-color: rgb(206,219,144); }
td.TdClassName
{
border-color: #CEDB90;
}
.TagClassName
{
border-color: #CEDB90;
}
</style>