Shades of Deco #CED588
Tints of Deco #CED588
RGB
CMYK
RGB Variations
Color information
#CED588 (or 0xCED588) is known color: Deco. HEX triplet: CE, D5 and 88. RGB value is (206,213,136). Sum of RGB (Red+Green+Blue) = 206+213+136=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #CED588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED588 is #312A77. Grayscale: #CACACA. Windows color (decimal): -3222136 or 8967630. OLE color: 8967630.
HSL color Cylindrical-coordinate representation of color #CED588: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED588 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 136 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.16 |
| HSL | 65.45º | 0.48% | 0.68% | - |
| HSV(B) | 65.45º | 0.36% | 0.84% | - |
| XYZ | 53.69 | 62.49 | 32.52 | - |
| YUV | 202.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 136 | 0.03 | 0 | 0.36 | 0.16 | 65.45 | 0.48 | 0.68 |
| Hex | CE | D5 | 88 | 3 | 0 | 24 | 10 | 41 | 30 | 44 |
| Octal | 316 | 325 | 210 | 3 | 0 | 44 | 20 | 101 | 60 | 104 |
| Binary | 11001110 | 11010101 | 10001000 | 11 | 0 | 100100 | 10000 | 1000001 | 110000 | 1000100 |
Color Harmonies of #CED588
Complementary color
Monochromatic Colors of #CED588
Black with #CED588
Text Example
Text Example
White with #CED588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED588; }
p { color: rgb(206,213,136); }
H1.HeaderClassName
{
color: #CED588;
}
.AnyTagClassName
{
color: #CED588;
}
</style>
background-color css
<style>
a { background-color: #CED588; }
a { background-color: rgb(206,213,136); }
div.DivClassName
{
background-color: #CED588;
}
.BgClassName
{
background-color: #CED588;
}
</style>
border-color css
<style>
span { border-color: #CED588; }
span { border-color: rgb(206,213,136); }
td.TdClassName
{
border-color: #CED588;
}
.TagClassName
{
border-color: #CED588;
}
</style>