Shades of Deco #CEDC90
Tints of Deco #CEDC90
RGB
CMYK
RGB Variations
Color information
#CEDC90 (or 0xCEDC90) is known color: Deco. HEX triplet: CE, DC and 90. RGB value is (206,220,144). Sum of RGB (Red+Green+Blue) = 206+220+144=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC90 is #31236F. Grayscale: #CFCFCF. Windows color (decimal): -3220336 or 9493710. OLE color: 9493710.
HSL color Cylindrical-coordinate representation of color #CEDC90: hue angle of 71.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDC90 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 144 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.14 |
| HSL | 71.05º | 0.52% | 0.71% | - |
| HSV(B) | 71.05º | 0.35% | 0.86% | - |
| XYZ | 56.08 | 66.32 | 36.23 | - |
| YUV | 207.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 144 | 0.06 | 0 | 0.35 | 0.14 | 71.05 | 0.52 | 0.71 |
| Hex | CE | DC | 90 | 6 | 0 | 23 | E | 47 | 34 | 47 |
| Octal | 316 | 334 | 220 | 6 | 0 | 43 | 16 | 107 | 64 | 107 |
| Binary | 11001110 | 11011100 | 10010000 | 110 | 0 | 100011 | 1110 | 1000111 | 110100 | 1000111 |
Color Harmonies of #CEDC90
Complementary color
Monochromatic Colors of #CEDC90
Black with #CEDC90
Text Example
Text Example
White with #CEDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC90; }
p { color: rgb(206,220,144); }
H1.HeaderClassName
{
color: #CEDC90;
}
.AnyTagClassName
{
color: #CEDC90;
}
</style>
background-color css
<style>
a { background-color: #CEDC90; }
a { background-color: rgb(206,220,144); }
div.DivClassName
{
background-color: #CEDC90;
}
.BgClassName
{
background-color: #CEDC90;
}
</style>
border-color css
<style>
span { border-color: #CEDC90; }
span { border-color: rgb(206,220,144); }
td.TdClassName
{
border-color: #CEDC90;
}
.TagClassName
{
border-color: #CEDC90;
}
</style>