Shades of Deco #CED094
Tints of Deco #CED094
RGB
CMYK
RGB Variations
Color information
#CED094 (or 0xCED094) is known color: Deco. HEX triplet: CE, D0 and 94. RGB value is (206,208,148). Sum of RGB (Red+Green+Blue) = 206+208+148=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #CED094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED094 is #312F6B. Grayscale: #C8C8C8. Windows color (decimal): -3223404 or 9752782. OLE color: 9752782.
HSL color Cylindrical-coordinate representation of color #CED094: hue angle of 62º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED094 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 148 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.18 |
| HSL | 62º | 0.39% | 0.7% | - |
| HSV(B) | 62º | 0.29% | 0.82% | - |
| XYZ | 53.35 | 60.37 | 36.86 | - |
| YUV | 200.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 148 | 0.01 | 0 | 0.29 | 0.18 | 62 | 0.39 | 0.7 |
| Hex | CE | D0 | 94 | 1 | 0 | 1D | 12 | 3E | 27 | 46 |
| Octal | 316 | 320 | 224 | 1 | 0 | 35 | 22 | 76 | 47 | 106 |
| Binary | 11001110 | 11010000 | 10010100 | 1 | 0 | 11101 | 10010 | 111110 | 100111 | 1000110 |
Color Harmonies of #CED094
Complementary color
Monochromatic Colors of #CED094
Black with #CED094
Text Example
Text Example
White with #CED094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED094; }
p { color: rgb(206,208,148); }
H1.HeaderClassName
{
color: #CED094;
}
.AnyTagClassName
{
color: #CED094;
}
</style>
background-color css
<style>
a { background-color: #CED094; }
a { background-color: rgb(206,208,148); }
div.DivClassName
{
background-color: #CED094;
}
.BgClassName
{
background-color: #CED094;
}
</style>
border-color css
<style>
span { border-color: #CED094; }
span { border-color: rgb(206,208,148); }
td.TdClassName
{
border-color: #CED094;
}
.TagClassName
{
border-color: #CED094;
}
</style>