Shades of Deco #CECF8D
Tints of Deco #CECF8D
RGB
CMYK
RGB Variations
Color information
#CECF8D (or 0xCECF8D) is known color: Deco. HEX triplet: CE, CF and 8D. RGB value is (206,207,141). Sum of RGB (Red+Green+Blue) = 206+207+141=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF8D is #313072. Grayscale: #C7C7C7. Windows color (decimal): -3223667 or 9293774. OLE color: 9293774.
HSL color Cylindrical-coordinate representation of color #CECF8D: hue angle of 60.91º 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 #CECF8D is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 141 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.19 |
| HSL | 60.91º | 0.41% | 0.68% | - |
| HSV(B) | 60.91º | 0.32% | 0.81% | - |
| XYZ | 52.57 | 59.67 | 33.95 | - |
| YUV | 199.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 141 | 0.00 | 0 | 0.32 | 0.19 | 60.91 | 0.41 | 0.68 |
| Hex | CE | CF | 8D | 0 | 0 | 20 | 13 | 3D | 29 | 44 |
| Octal | 316 | 317 | 215 | 0 | 0 | 40 | 23 | 75 | 51 | 104 |
| Binary | 11001110 | 11001111 | 10001101 | 0 | 0 | 100000 | 10011 | 111101 | 101001 | 1000100 |
Color Harmonies of #CECF8D
Complementary color
Monochromatic Colors of #CECF8D
Black with #CECF8D
Text Example
Text Example
White with #CECF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF8D; }
p { color: rgb(206,207,141); }
H1.HeaderClassName
{
color: #CECF8D;
}
.AnyTagClassName
{
color: #CECF8D;
}
</style>
background-color css
<style>
a { background-color: #CECF8D; }
a { background-color: rgb(206,207,141); }
div.DivClassName
{
background-color: #CECF8D;
}
.BgClassName
{
background-color: #CECF8D;
}
</style>
border-color css
<style>
span { border-color: #CECF8D; }
span { border-color: rgb(206,207,141); }
td.TdClassName
{
border-color: #CECF8D;
}
.TagClassName
{
border-color: #CECF8D;
}
</style>