Shades of Deco #CECF81
Tints of Deco #CECF81
RGB
CMYK
RGB Variations
Color information
#CECF81 (or 0xCECF81) is known color: Deco. HEX triplet: CE, CF and 81. RGB value is (206,207,129). Sum of RGB (Red+Green+Blue) = 206+207+129=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF81 is #31307E. Grayscale: #C6C6C6. Windows color (decimal): -3223679 or 8507342. OLE color: 8507342.
HSL color Cylindrical-coordinate representation of color #CECF81: hue angle of 60.77º 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 #CECF81 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 129 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.19 |
| HSL | 60.77º | 0.45% | 0.66% | - |
| HSV(B) | 60.77º | 0.38% | 0.81% | - |
| XYZ | 51.73 | 59.33 | 29.49 | - |
| YUV | 197.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 129 | 0.00 | 0 | 0.38 | 0.19 | 60.77 | 0.45 | 0.66 |
| Hex | CE | CF | 81 | 0 | 0 | 26 | 13 | 3D | 2D | 42 |
| Octal | 316 | 317 | 201 | 0 | 0 | 46 | 23 | 75 | 55 | 102 |
| Binary | 11001110 | 11001111 | 10000001 | 0 | 0 | 100110 | 10011 | 111101 | 101101 | 1000010 |
Color Harmonies of #CECF81
Complementary color
Monochromatic Colors of #CECF81
Black with #CECF81
Text Example
Text Example
White with #CECF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF81; }
p { color: rgb(206,207,129); }
H1.HeaderClassName
{
color: #CECF81;
}
.AnyTagClassName
{
color: #CECF81;
}
</style>
background-color css
<style>
a { background-color: #CECF81; }
a { background-color: rgb(206,207,129); }
div.DivClassName
{
background-color: #CECF81;
}
.BgClassName
{
background-color: #CECF81;
}
</style>
border-color css
<style>
span { border-color: #CECF81; }
span { border-color: rgb(206,207,129); }
td.TdClassName
{
border-color: #CECF81;
}
.TagClassName
{
border-color: #CECF81;
}
</style>