Shades of Deco #CECF96
Tints of Deco #CECF96
RGB
CMYK
RGB Variations
Color information
#CECF96 (or 0xCECF96) is known color: Deco. HEX triplet: CE, CF and 96. RGB value is (206,207,150). Sum of RGB (Red+Green+Blue) = 206+207+150=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF96 is #313069. Grayscale: #C8C8C8. Windows color (decimal): -3223658 or 9883598. OLE color: 9883598.
HSL color Cylindrical-coordinate representation of color #CECF96: hue angle of 61.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CECF96 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 150 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.19 |
| HSL | 61.05º | 0.37% | 0.7% | - |
| HSV(B) | 61.05º | 0.28% | 0.81% | - |
| XYZ | 53.27 | 59.95 | 37.62 | - |
| YUV | 200.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 150 | 0.00 | 0 | 0.28 | 0.19 | 61.05 | 0.37 | 0.7 |
| Hex | CE | CF | 96 | 0 | 0 | 1C | 13 | 3D | 25 | 46 |
| Octal | 316 | 317 | 226 | 0 | 0 | 34 | 23 | 75 | 45 | 106 |
| Binary | 11001110 | 11001111 | 10010110 | 0 | 0 | 11100 | 10011 | 111101 | 100101 | 1000110 |
Color Harmonies of #CECF96
Complementary color
Monochromatic Colors of #CECF96
Black with #CECF96
Text Example
Text Example
White with #CECF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF96; }
p { color: rgb(206,207,150); }
H1.HeaderClassName
{
color: #CECF96;
}
.AnyTagClassName
{
color: #CECF96;
}
</style>
background-color css
<style>
a { background-color: #CECF96; }
a { background-color: rgb(206,207,150); }
div.DivClassName
{
background-color: #CECF96;
}
.BgClassName
{
background-color: #CECF96;
}
</style>
border-color css
<style>
span { border-color: #CECF96; }
span { border-color: rgb(206,207,150); }
td.TdClassName
{
border-color: #CECF96;
}
.TagClassName
{
border-color: #CECF96;
}
</style>