Shades of Deco #CED587
Tints of Deco #CED587
RGB
CMYK
RGB Variations
Color information
#CED587 (or 0xCED587) is known color: Deco. HEX triplet: CE, D5 and 87. RGB value is (206,213,135). Sum of RGB (Red+Green+Blue) = 206+213+135=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #CED587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED587 is #312A78. Grayscale: #CACACA. Windows color (decimal): -3222137 or 8902094. OLE color: 8902094.
HSL color Cylindrical-coordinate representation of color #CED587: hue angle of 65.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED587 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 135 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.16 |
| HSL | 65.38º | 0.48% | 0.68% | - |
| HSV(B) | 65.38º | 0.37% | 0.84% | - |
| XYZ | 53.62 | 62.46 | 32.15 | - |
| YUV | 202.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 135 | 0.03 | 0 | 0.37 | 0.16 | 65.38 | 0.48 | 0.68 |
| Hex | CE | D5 | 87 | 3 | 0 | 25 | 10 | 41 | 30 | 44 |
| Octal | 316 | 325 | 207 | 3 | 0 | 45 | 20 | 101 | 60 | 104 |
| Binary | 11001110 | 11010101 | 10000111 | 11 | 0 | 100101 | 10000 | 1000001 | 110000 | 1000100 |
Color Harmonies of #CED587
Complementary color
Monochromatic Colors of #CED587
Black with #CED587
Text Example
Text Example
White with #CED587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED587; }
p { color: rgb(206,213,135); }
H1.HeaderClassName
{
color: #CED587;
}
.AnyTagClassName
{
color: #CED587;
}
</style>
background-color css
<style>
a { background-color: #CED587; }
a { background-color: rgb(206,213,135); }
div.DivClassName
{
background-color: #CED587;
}
.BgClassName
{
background-color: #CED587;
}
</style>
border-color css
<style>
span { border-color: #CED587; }
span { border-color: rgb(206,213,135); }
td.TdClassName
{
border-color: #CED587;
}
.TagClassName
{
border-color: #CED587;
}
</style>