Shades of Deco #CED691
Tints of Deco #CED691
RGB
CMYK
RGB Variations
Color information
#CED691 (or 0xCED691) is known color: Deco. HEX triplet: CE, D6 and 91. RGB value is (206,214,145). Sum of RGB (Red+Green+Blue) = 206+214+145=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #CED691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED691 is #31296E. Grayscale: #CCCCCC. Windows color (decimal): -3221871 or 9557710. OLE color: 9557710.
HSL color Cylindrical-coordinate representation of color #CED691: hue angle of 66.96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CED691 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 145 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.16 |
| HSL | 66.96º | 0.46% | 0.7% | - |
| HSV(B) | 66.96º | 0.32% | 0.84% | - |
| XYZ | 54.61 | 63.26 | 36.12 | - |
| YUV | 203.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 145 | 0.04 | 0 | 0.32 | 0.16 | 66.96 | 0.46 | 0.7 |
| Hex | CE | D6 | 91 | 4 | 0 | 20 | 10 | 43 | 2E | 46 |
| Octal | 316 | 326 | 221 | 4 | 0 | 40 | 20 | 103 | 56 | 106 |
| Binary | 11001110 | 11010110 | 10010001 | 100 | 0 | 100000 | 10000 | 1000011 | 101110 | 1000110 |
Color Harmonies of #CED691
Complementary color
Monochromatic Colors of #CED691
Black with #CED691
Text Example
Text Example
White with #CED691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED691; }
p { color: rgb(206,214,145); }
H1.HeaderClassName
{
color: #CED691;
}
.AnyTagClassName
{
color: #CED691;
}
</style>
background-color css
<style>
a { background-color: #CED691; }
a { background-color: rgb(206,214,145); }
div.DivClassName
{
background-color: #CED691;
}
.BgClassName
{
background-color: #CED691;
}
</style>
border-color css
<style>
span { border-color: #CED691; }
span { border-color: rgb(206,214,145); }
td.TdClassName
{
border-color: #CED691;
}
.TagClassName
{
border-color: #CED691;
}
</style>