Shades of Deco #CED87F
Tints of Deco #CED87F
RGB
CMYK
RGB Variations
Color information
#CED87F (or 0xCED87F) is known color: Deco. HEX triplet: CE, D8 and 7F. RGB value is (206,216,127). Sum of RGB (Red+Green+Blue) = 206+216+127=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #CED87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED87F is #312780. Grayscale: #CBCBCB. Windows color (decimal): -3221377 or 8378574. OLE color: 8378574.
HSL color Cylindrical-coordinate representation of color #CED87F: hue angle of 66.74º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED87F is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 127 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.15 |
| HSL | 66.74º | 0.53% | 0.67% | - |
| HSV(B) | 66.74º | 0.41% | 0.85% | - |
| XYZ | 53.84 | 63.77 | 29.55 | - |
| YUV | 202.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 127 | 0.05 | 0 | 0.41 | 0.15 | 66.74 | 0.53 | 0.67 |
| Hex | CE | D8 | 7F | 5 | 0 | 29 | F | 43 | 35 | 43 |
| Octal | 316 | 330 | 177 | 5 | 0 | 51 | 17 | 103 | 65 | 103 |
| Binary | 11001110 | 11011000 | 1111111 | 101 | 0 | 101001 | 1111 | 1000011 | 110101 | 1000011 |
Color Harmonies of #CED87F
Complementary color
Monochromatic Colors of #CED87F
Black with #CED87F
Text Example
Text Example
White with #CED87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED87F; }
p { color: rgb(206,216,127); }
H1.HeaderClassName
{
color: #CED87F;
}
.AnyTagClassName
{
color: #CED87F;
}
</style>
background-color css
<style>
a { background-color: #CED87F; }
a { background-color: rgb(206,216,127); }
div.DivClassName
{
background-color: #CED87F;
}
.BgClassName
{
background-color: #CED87F;
}
</style>
border-color css
<style>
span { border-color: #CED87F; }
span { border-color: rgb(206,216,127); }
td.TdClassName
{
border-color: #CED87F;
}
.TagClassName
{
border-color: #CED87F;
}
</style>