Shades of Deco #CED293
Tints of Deco #CED293
RGB
CMYK
RGB Variations
Color information
#CED293 (or 0xCED293) is known color: Deco. HEX triplet: CE, D2 and 93. RGB value is (206,210,147). Sum of RGB (Red+Green+Blue) = 206+210+147=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #CED293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED293 is #312D6C. Grayscale: #C9C9C9. Windows color (decimal): -3222893 or 9687758. OLE color: 9687758.
HSL color Cylindrical-coordinate representation of color #CED293: hue angle of 63.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED293 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 147 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.18 |
| HSL | 63.81º | 0.41% | 0.7% | - |
| HSV(B) | 63.81º | 0.3% | 0.82% | - |
| XYZ | 53.77 | 61.32 | 36.61 | - |
| YUV | 201.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 147 | 0.02 | 0 | 0.30 | 0.18 | 63.81 | 0.41 | 0.7 |
| Hex | CE | D2 | 93 | 2 | 0 | 1E | 12 | 40 | 29 | 46 |
| Octal | 316 | 322 | 223 | 2 | 0 | 36 | 22 | 100 | 51 | 106 |
| Binary | 11001110 | 11010010 | 10010011 | 10 | 0 | 11110 | 10010 | 1000000 | 101001 | 1000110 |
Color Harmonies of #CED293
Complementary color
Monochromatic Colors of #CED293
Black with #CED293
Text Example
Text Example
White with #CED293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED293; }
p { color: rgb(206,210,147); }
H1.HeaderClassName
{
color: #CED293;
}
.AnyTagClassName
{
color: #CED293;
}
</style>
background-color css
<style>
a { background-color: #CED293; }
a { background-color: rgb(206,210,147); }
div.DivClassName
{
background-color: #CED293;
}
.BgClassName
{
background-color: #CED293;
}
</style>
border-color css
<style>
span { border-color: #CED293; }
span { border-color: rgb(206,210,147); }
td.TdClassName
{
border-color: #CED293;
}
.TagClassName
{
border-color: #CED293;
}
</style>