Shades of Deco #CECF80
Tints of Deco #CECF80
RGB
CMYK
RGB Variations
Color information
#CECF80 (or 0xCECF80) is known color: Deco. HEX triplet: CE, CF and 80. RGB value is (206,207,128). Sum of RGB (Red+Green+Blue) = 206+207+128=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF80 is #31307F. Grayscale: #C6C6C6. Windows color (decimal): -3223680 or 8441806. OLE color: 8441806.
HSL color Cylindrical-coordinate representation of color #CECF80: hue angle of 60.76º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CECF80 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 128 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.19 |
| HSL | 60.76º | 0.45% | 0.66% | - |
| HSV(B) | 60.76º | 0.38% | 0.81% | - |
| XYZ | 51.66 | 59.31 | 29.15 | - |
| YUV | 197.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 128 | 0.00 | 0 | 0.38 | 0.19 | 60.76 | 0.45 | 0.66 |
| Hex | CE | CF | 80 | 0 | 0 | 26 | 13 | 3D | 2D | 42 |
| Octal | 316 | 317 | 200 | 0 | 0 | 46 | 23 | 75 | 55 | 102 |
| Binary | 11001110 | 11001111 | 10000000 | 0 | 0 | 100110 | 10011 | 111101 | 101101 | 1000010 |
Color Harmonies of #CECF80
Complementary color
Monochromatic Colors of #CECF80
Black with #CECF80
Text Example
Text Example
White with #CECF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF80; }
p { color: rgb(206,207,128); }
H1.HeaderClassName
{
color: #CECF80;
}
.AnyTagClassName
{
color: #CECF80;
}
</style>
background-color css
<style>
a { background-color: #CECF80; }
a { background-color: rgb(206,207,128); }
div.DivClassName
{
background-color: #CECF80;
}
.BgClassName
{
background-color: #CECF80;
}
</style>
border-color css
<style>
span { border-color: #CECF80; }
span { border-color: rgb(206,207,128); }
td.TdClassName
{
border-color: #CECF80;
}
.TagClassName
{
border-color: #CECF80;
}
</style>