Shades of Deco #CECF8C
Tints of Deco #CECF8C
RGB
CMYK
RGB Variations
Color information
#CECF8C (or 0xCECF8C) is known color: Deco. HEX triplet: CE, CF and 8C. RGB value is (206,207,140). Sum of RGB (Red+Green+Blue) = 206+207+140=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF8C is #313073. Grayscale: #C7C7C7. Windows color (decimal): -3223668 or 9228238. OLE color: 9228238.
HSL color Cylindrical-coordinate representation of color #CECF8C: hue angle of 60.9º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CECF8C is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 140 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.19 |
| HSL | 60.9º | 0.41% | 0.68% | - |
| HSV(B) | 60.9º | 0.32% | 0.81% | - |
| XYZ | 52.5 | 59.64 | 33.56 | - |
| YUV | 199.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 140 | 0.00 | 0 | 0.32 | 0.19 | 60.9 | 0.41 | 0.68 |
| Hex | CE | CF | 8C | 0 | 0 | 20 | 13 | 3D | 29 | 44 |
| Octal | 316 | 317 | 214 | 0 | 0 | 40 | 23 | 75 | 51 | 104 |
| Binary | 11001110 | 11001111 | 10001100 | 0 | 0 | 100000 | 10011 | 111101 | 101001 | 1000100 |
Color Harmonies of #CECF8C
Complementary color
Monochromatic Colors of #CECF8C
Black with #CECF8C
Text Example
Text Example
White with #CECF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF8C; }
p { color: rgb(206,207,140); }
H1.HeaderClassName
{
color: #CECF8C;
}
.AnyTagClassName
{
color: #CECF8C;
}
</style>
background-color css
<style>
a { background-color: #CECF8C; }
a { background-color: rgb(206,207,140); }
div.DivClassName
{
background-color: #CECF8C;
}
.BgClassName
{
background-color: #CECF8C;
}
</style>
border-color css
<style>
span { border-color: #CECF8C; }
span { border-color: rgb(206,207,140); }
td.TdClassName
{
border-color: #CECF8C;
}
.TagClassName
{
border-color: #CECF8C;
}
</style>