Shades of Deco #CED188
Tints of Deco #CED188
RGB
CMYK
RGB Variations
Color information
#CED188 (or 0xCED188) is known color: Deco. HEX triplet: CE, D1 and 88. RGB value is (206,209,136). Sum of RGB (Red+Green+Blue) = 206+209+136=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #CED188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED188 is #312E77. Grayscale: #C8C8C8. Windows color (decimal): -3223160 or 8966606. OLE color: 8966606.
HSL color Cylindrical-coordinate representation of color #CED188: hue angle of 62.47º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CED188 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 136 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.18 |
| HSL | 62.47º | 0.44% | 0.68% | - |
| HSV(B) | 62.47º | 0.35% | 0.82% | - |
| XYZ | 52.7 | 60.5 | 32.19 | - |
| YUV | 199.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 136 | 0.01 | 0 | 0.35 | 0.18 | 62.47 | 0.44 | 0.68 |
| Hex | CE | D1 | 88 | 1 | 0 | 23 | 12 | 3E | 2C | 44 |
| Octal | 316 | 321 | 210 | 1 | 0 | 43 | 22 | 76 | 54 | 104 |
| Binary | 11001110 | 11010001 | 10001000 | 1 | 0 | 100011 | 10010 | 111110 | 101100 | 1000100 |
Color Harmonies of #CED188
Complementary color
Monochromatic Colors of #CED188
Black with #CED188
Text Example
Text Example
White with #CED188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED188; }
p { color: rgb(206,209,136); }
H1.HeaderClassName
{
color: #CED188;
}
.AnyTagClassName
{
color: #CED188;
}
</style>
background-color css
<style>
a { background-color: #CED188; }
a { background-color: rgb(206,209,136); }
div.DivClassName
{
background-color: #CED188;
}
.BgClassName
{
background-color: #CED188;
}
</style>
border-color css
<style>
span { border-color: #CED188; }
span { border-color: rgb(206,209,136); }
td.TdClassName
{
border-color: #CED188;
}
.TagClassName
{
border-color: #CED188;
}
</style>