Shades of Deco #CECF7E
Tints of Deco #CECF7E
RGB
CMYK
RGB Variations
Color information
#CECF7E (or 0xCECF7E) is known color: Deco. HEX triplet: CE, CF and 7E. RGB value is (206,207,126). Sum of RGB (Red+Green+Blue) = 206+207+126=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF7E is #313081. Grayscale: #C5C5C5. Windows color (decimal): -3223682 or 8310734. OLE color: 8310734.
HSL color Cylindrical-coordinate representation of color #CECF7E: hue angle of 60.74º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CECF7E is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 126 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.19 |
| HSL | 60.74º | 0.46% | 0.65% | - |
| HSV(B) | 60.74º | 0.39% | 0.81% | - |
| XYZ | 51.53 | 59.25 | 28.46 | - |
| YUV | 197.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 126 | 0.00 | 0 | 0.39 | 0.19 | 60.74 | 0.46 | 0.65 |
| Hex | CE | CF | 7E | 0 | 0 | 27 | 13 | 3D | 2E | 41 |
| Octal | 316 | 317 | 176 | 0 | 0 | 47 | 23 | 75 | 56 | 101 |
| Binary | 11001110 | 11001111 | 1111110 | 0 | 0 | 100111 | 10011 | 111101 | 101110 | 1000001 |
Color Harmonies of #CECF7E
Complementary color
Monochromatic Colors of #CECF7E
Black with #CECF7E
Text Example
Text Example
White with #CECF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF7E; }
p { color: rgb(206,207,126); }
H1.HeaderClassName
{
color: #CECF7E;
}
.AnyTagClassName
{
color: #CECF7E;
}
</style>
background-color css
<style>
a { background-color: #CECF7E; }
a { background-color: rgb(206,207,126); }
div.DivClassName
{
background-color: #CECF7E;
}
.BgClassName
{
background-color: #CECF7E;
}
</style>
border-color css
<style>
span { border-color: #CECF7E; }
span { border-color: rgb(206,207,126); }
td.TdClassName
{
border-color: #CECF7E;
}
.TagClassName
{
border-color: #CECF7E;
}
</style>