Shades of Deco #CED490
Tints of Deco #CED490
RGB
CMYK
RGB Variations
Color information
#CED490 (or 0xCED490) is known color: Deco. HEX triplet: CE, D4 and 90. RGB value is (206,212,144). Sum of RGB (Red+Green+Blue) = 206+212+144=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #CED490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED490 is #312B6F. Grayscale: #CACACA. Windows color (decimal): -3222384 or 9491662. OLE color: 9491662.
HSL color Cylindrical-coordinate representation of color #CED490: hue angle of 65.29º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CED490 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 144 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.17 |
| HSL | 65.29º | 0.44% | 0.7% | - |
| HSV(B) | 65.29º | 0.32% | 0.83% | - |
| XYZ | 54.03 | 62.22 | 35.55 | - |
| YUV | 202.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 144 | 0.03 | 0 | 0.32 | 0.17 | 65.29 | 0.44 | 0.7 |
| Hex | CE | D4 | 90 | 3 | 0 | 20 | 11 | 41 | 2C | 46 |
| Octal | 316 | 324 | 220 | 3 | 0 | 40 | 21 | 101 | 54 | 106 |
| Binary | 11001110 | 11010100 | 10010000 | 11 | 0 | 100000 | 10001 | 1000001 | 101100 | 1000110 |
Color Harmonies of #CED490
Complementary color
Monochromatic Colors of #CED490
Black with #CED490
Text Example
Text Example
White with #CED490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED490; }
p { color: rgb(206,212,144); }
H1.HeaderClassName
{
color: #CED490;
}
.AnyTagClassName
{
color: #CED490;
}
</style>
background-color css
<style>
a { background-color: #CED490; }
a { background-color: rgb(206,212,144); }
div.DivClassName
{
background-color: #CED490;
}
.BgClassName
{
background-color: #CED490;
}
</style>
border-color css
<style>
span { border-color: #CED490; }
span { border-color: rgb(206,212,144); }
td.TdClassName
{
border-color: #CED490;
}
.TagClassName
{
border-color: #CED490;
}
</style>