Shades of Deco #CED695
Tints of Deco #CED695
RGB
CMYK
RGB Variations
Color information
#CED695 (or 0xCED695) is known color: Deco. HEX triplet: CE, D6 and 95. RGB value is (206,214,149). Sum of RGB (Red+Green+Blue) = 206+214+149=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #CED695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED695 is #31296A. Grayscale: #CCCCCC. Windows color (decimal): -3221867 or 9819854. OLE color: 9819854.
HSL color Cylindrical-coordinate representation of color #CED695: hue angle of 67.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED695 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 149 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.16 |
| HSL | 67.38º | 0.44% | 0.71% | - |
| HSV(B) | 67.38º | 0.3% | 0.84% | - |
| XYZ | 54.92 | 63.38 | 37.77 | - |
| YUV | 204.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 149 | 0.04 | 0 | 0.30 | 0.16 | 67.38 | 0.44 | 0.71 |
| Hex | CE | D6 | 95 | 4 | 0 | 1E | 10 | 43 | 2C | 47 |
| Octal | 316 | 326 | 225 | 4 | 0 | 36 | 20 | 103 | 54 | 107 |
| Binary | 11001110 | 11010110 | 10010101 | 100 | 0 | 11110 | 10000 | 1000011 | 101100 | 1000111 |
Color Harmonies of #CED695
Complementary color
Monochromatic Colors of #CED695
Black with #CED695
Text Example
Text Example
White with #CED695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED695; }
p { color: rgb(206,214,149); }
H1.HeaderClassName
{
color: #CED695;
}
.AnyTagClassName
{
color: #CED695;
}
</style>
background-color css
<style>
a { background-color: #CED695; }
a { background-color: rgb(206,214,149); }
div.DivClassName
{
background-color: #CED695;
}
.BgClassName
{
background-color: #CED695;
}
</style>
border-color css
<style>
span { border-color: #CED695; }
span { border-color: rgb(206,214,149); }
td.TdClassName
{
border-color: #CED695;
}
.TagClassName
{
border-color: #CED695;
}
</style>