Shades of Deco #CED090
Tints of Deco #CED090
RGB
CMYK
RGB Variations
Color information
#CED090 (or 0xCED090) is known color: Deco. HEX triplet: CE, D0 and 90. RGB value is (206,208,144). Sum of RGB (Red+Green+Blue) = 206+208+144=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #CED090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED090 is #312F6F. Grayscale: #C8C8C8. Windows color (decimal): -3223408 or 9490638. OLE color: 9490638.
HSL color Cylindrical-coordinate representation of color #CED090: hue angle of 61.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED090 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 144 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.18 |
| HSL | 61.88º | 0.41% | 0.69% | - |
| HSV(B) | 61.88º | 0.31% | 0.82% | - |
| XYZ | 53.04 | 60.25 | 35.22 | - |
| YUV | 200.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 144 | 0.01 | 0 | 0.31 | 0.18 | 61.88 | 0.41 | 0.69 |
| Hex | CE | D0 | 90 | 1 | 0 | 1F | 12 | 3E | 29 | 45 |
| Octal | 316 | 320 | 220 | 1 | 0 | 37 | 22 | 76 | 51 | 105 |
| Binary | 11001110 | 11010000 | 10010000 | 1 | 0 | 11111 | 10010 | 111110 | 101001 | 1000101 |
Color Harmonies of #CED090
Complementary color
Monochromatic Colors of #CED090
Black with #CED090
Text Example
Text Example
White with #CED090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED090; }
p { color: rgb(206,208,144); }
H1.HeaderClassName
{
color: #CED090;
}
.AnyTagClassName
{
color: #CED090;
}
</style>
background-color css
<style>
a { background-color: #CED090; }
a { background-color: rgb(206,208,144); }
div.DivClassName
{
background-color: #CED090;
}
.BgClassName
{
background-color: #CED090;
}
</style>
border-color css
<style>
span { border-color: #CED090; }
span { border-color: rgb(206,208,144); }
td.TdClassName
{
border-color: #CED090;
}
.TagClassName
{
border-color: #CED090;
}
</style>