Shades of Deco #CECF87
Tints of Deco #CECF87
RGB
CMYK
RGB Variations
Color information
#CECF87 (or 0xCECF87) is known color: Deco. HEX triplet: CE, CF and 87. RGB value is (206,207,135). Sum of RGB (Red+Green+Blue) = 206+207+135=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 135 (53.12% from 255 or 24.64% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF87 is #313078. Grayscale: #C6C6C6. Windows color (decimal): -3223673 or 8900558. OLE color: 8900558.
HSL color Cylindrical-coordinate representation of color #CECF87: hue angle of 60.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CECF87 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 135 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.19 |
| HSL | 60.83º | 0.43% | 0.67% | - |
| HSV(B) | 60.83º | 0.35% | 0.81% | - |
| XYZ | 52.14 | 59.5 | 31.66 | - |
| YUV | 198.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 135 | 0.00 | 0 | 0.35 | 0.19 | 60.83 | 0.43 | 0.67 |
| Hex | CE | CF | 87 | 0 | 0 | 23 | 13 | 3D | 2B | 43 |
| Octal | 316 | 317 | 207 | 0 | 0 | 43 | 23 | 75 | 53 | 103 |
| Binary | 11001110 | 11001111 | 10000111 | 0 | 0 | 100011 | 10011 | 111101 | 101011 | 1000011 |
Color Harmonies of #CECF87
Complementary color
Monochromatic Colors of #CECF87
Black with #CECF87
Text Example
Text Example
White with #CECF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF87; }
p { color: rgb(206,207,135); }
H1.HeaderClassName
{
color: #CECF87;
}
.AnyTagClassName
{
color: #CECF87;
}
</style>
background-color css
<style>
a { background-color: #CECF87; }
a { background-color: rgb(206,207,135); }
div.DivClassName
{
background-color: #CECF87;
}
.BgClassName
{
background-color: #CECF87;
}
</style>
border-color css
<style>
span { border-color: #CECF87; }
span { border-color: rgb(206,207,135); }
td.TdClassName
{
border-color: #CECF87;
}
.TagClassName
{
border-color: #CECF87;
}
</style>