Shades of Deco #CED295
Tints of Deco #CED295
RGB
CMYK
RGB Variations
Color information
#CED295 (or 0xCED295) is known color: Deco. HEX triplet: CE, D2 and 95. RGB value is (206,210,149). Sum of RGB (Red+Green+Blue) = 206+210+149=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #CED295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED295 is #312D6A. Grayscale: #CACACA. Windows color (decimal): -3222891 or 9818830. OLE color: 9818830.
HSL color Cylindrical-coordinate representation of color #CED295: hue angle of 63.93º degrees, saturation: 0.4, 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 #CED295 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 149 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.18 |
| HSL | 63.93º | 0.4% | 0.7% | - |
| HSV(B) | 63.93º | 0.29% | 0.82% | - |
| XYZ | 53.93 | 61.38 | 37.44 | - |
| YUV | 201.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 149 | 0.02 | 0 | 0.29 | 0.18 | 63.93 | 0.4 | 0.7 |
| Hex | CE | D2 | 95 | 2 | 0 | 1D | 12 | 40 | 28 | 46 |
| Octal | 316 | 322 | 225 | 2 | 0 | 35 | 22 | 100 | 50 | 106 |
| Binary | 11001110 | 11010010 | 10010101 | 10 | 0 | 11101 | 10010 | 1000000 | 101000 | 1000110 |
Color Harmonies of #CED295
Complementary color
Monochromatic Colors of #CED295
Black with #CED295
Text Example
Text Example
White with #CED295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED295; }
p { color: rgb(206,210,149); }
H1.HeaderClassName
{
color: #CED295;
}
.AnyTagClassName
{
color: #CED295;
}
</style>
background-color css
<style>
a { background-color: #CED295; }
a { background-color: rgb(206,210,149); }
div.DivClassName
{
background-color: #CED295;
}
.BgClassName
{
background-color: #CED295;
}
</style>
border-color css
<style>
span { border-color: #CED295; }
span { border-color: rgb(206,210,149); }
td.TdClassName
{
border-color: #CED295;
}
.TagClassName
{
border-color: #CED295;
}
</style>