Shades of Deco #CED795
Tints of Deco #CED795
RGB
CMYK
RGB Variations
Color information
#CED795 (or 0xCED795) is known color: Deco. HEX triplet: CE, D7 and 95. RGB value is (206,215,149). Sum of RGB (Red+Green+Blue) = 206+215+149=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #CED795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED795 is #31286A. Grayscale: #CDCDCD. Windows color (decimal): -3221611 or 9820110. OLE color: 9820110.
HSL color Cylindrical-coordinate representation of color #CED795: hue angle of 68.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED795 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 149 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.16 |
| HSL | 68.18º | 0.45% | 0.71% | - |
| HSV(B) | 68.18º | 0.31% | 0.84% | - |
| XYZ | 55.18 | 63.89 | 37.86 | - |
| YUV | 204.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 149 | 0.04 | 0 | 0.31 | 0.16 | 68.18 | 0.45 | 0.71 |
| Hex | CE | D7 | 95 | 4 | 0 | 1F | 10 | 44 | 2D | 47 |
| Octal | 316 | 327 | 225 | 4 | 0 | 37 | 20 | 104 | 55 | 107 |
| Binary | 11001110 | 11010111 | 10010101 | 100 | 0 | 11111 | 10000 | 1000100 | 101101 | 1000111 |
Color Harmonies of #CED795
Complementary color
Monochromatic Colors of #CED795
Black with #CED795
Text Example
Text Example
White with #CED795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED795; }
p { color: rgb(206,215,149); }
H1.HeaderClassName
{
color: #CED795;
}
.AnyTagClassName
{
color: #CED795;
}
</style>
background-color css
<style>
a { background-color: #CED795; }
a { background-color: rgb(206,215,149); }
div.DivClassName
{
background-color: #CED795;
}
.BgClassName
{
background-color: #CED795;
}
</style>
border-color css
<style>
span { border-color: #CED795; }
span { border-color: rgb(206,215,149); }
td.TdClassName
{
border-color: #CED795;
}
.TagClassName
{
border-color: #CED795;
}
</style>