Shades of Deco #CECF8E
Tints of Deco #CECF8E
RGB
CMYK
RGB Variations
Color information
#CECF8E (or 0xCECF8E) is known color: Deco. HEX triplet: CE, CF and 8E. RGB value is (206,207,142). Sum of RGB (Red+Green+Blue) = 206+207+142=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF8E is #313071. Grayscale: #C7C7C7. Windows color (decimal): -3223666 or 9359310. OLE color: 9359310.
HSL color Cylindrical-coordinate representation of color #CECF8E: hue angle of 60.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CECF8E is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 142 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.19 |
| HSL | 60.92º | 0.4% | 0.68% | - |
| HSV(B) | 60.92º | 0.31% | 0.81% | - |
| XYZ | 52.65 | 59.7 | 34.34 | - |
| YUV | 199.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 142 | 0.00 | 0 | 0.31 | 0.19 | 60.92 | 0.4 | 0.68 |
| Hex | CE | CF | 8E | 0 | 0 | 1F | 13 | 3D | 28 | 44 |
| Octal | 316 | 317 | 216 | 0 | 0 | 37 | 23 | 75 | 50 | 104 |
| Binary | 11001110 | 11001111 | 10001110 | 0 | 0 | 11111 | 10011 | 111101 | 101000 | 1000100 |
Color Harmonies of #CECF8E
Complementary color
Monochromatic Colors of #CECF8E
Black with #CECF8E
Text Example
Text Example
White with #CECF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF8E; }
p { color: rgb(206,207,142); }
H1.HeaderClassName
{
color: #CECF8E;
}
.AnyTagClassName
{
color: #CECF8E;
}
</style>
background-color css
<style>
a { background-color: #CECF8E; }
a { background-color: rgb(206,207,142); }
div.DivClassName
{
background-color: #CECF8E;
}
.BgClassName
{
background-color: #CECF8E;
}
</style>
border-color css
<style>
span { border-color: #CECF8E; }
span { border-color: rgb(206,207,142); }
td.TdClassName
{
border-color: #CECF8E;
}
.TagClassName
{
border-color: #CECF8E;
}
</style>