Shades of Deco #CECF83
Tints of Deco #CECF83
RGB
CMYK
RGB Variations
Color information
#CECF83 (or 0xCECF83) is known color: Deco. HEX triplet: CE, CF and 83. RGB value is (206,207,131). Sum of RGB (Red+Green+Blue) = 206+207+131=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF83 is #31307C. Grayscale: #C6C6C6. Windows color (decimal): -3223677 or 8638414. OLE color: 8638414.
HSL color Cylindrical-coordinate representation of color #CECF83: hue angle of 60.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CECF83 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 131 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.19 |
| HSL | 60.79º | 0.44% | 0.66% | - |
| HSV(B) | 60.79º | 0.37% | 0.81% | - |
| XYZ | 51.86 | 59.39 | 30.2 | - |
| YUV | 198.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 131 | 0.00 | 0 | 0.37 | 0.19 | 60.79 | 0.44 | 0.66 |
| Hex | CE | CF | 83 | 0 | 0 | 25 | 13 | 3D | 2C | 42 |
| Octal | 316 | 317 | 203 | 0 | 0 | 45 | 23 | 75 | 54 | 102 |
| Binary | 11001110 | 11001111 | 10000011 | 0 | 0 | 100101 | 10011 | 111101 | 101100 | 1000010 |
Color Harmonies of #CECF83
Complementary color
Monochromatic Colors of #CECF83
Black with #CECF83
Text Example
Text Example
White with #CECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF83; }
p { color: rgb(206,207,131); }
H1.HeaderClassName
{
color: #CECF83;
}
.AnyTagClassName
{
color: #CECF83;
}
</style>
background-color css
<style>
a { background-color: #CECF83; }
a { background-color: rgb(206,207,131); }
div.DivClassName
{
background-color: #CECF83;
}
.BgClassName
{
background-color: #CECF83;
}
</style>
border-color css
<style>
span { border-color: #CECF83; }
span { border-color: rgb(206,207,131); }
td.TdClassName
{
border-color: #CECF83;
}
.TagClassName
{
border-color: #CECF83;
}
</style>