Shades of Deco #CDD288
Tints of Deco #CDD288
RGB
CMYK
RGB Variations
Color information
#CDD288 (or 0xCDD288) is known color: Deco. HEX triplet: CD, D2 and 88. RGB value is (205,210,136). Sum of RGB (Red+Green+Blue) = 205+210+136=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD288 is #322D77. Grayscale: #C8C8C8. Windows color (decimal): -3288440 or 8966861. OLE color: 8966861.
HSL color Cylindrical-coordinate representation of color #CDD288: hue angle of 64.05º degrees, saturation: 0.45, 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 #CDD288 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 136 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.18 |
| HSL | 64.05º | 0.45% | 0.68% | - |
| HSV(B) | 64.05º | 0.35% | 0.82% | - |
| XYZ | 52.67 | 60.85 | 32.26 | - |
| YUV | 200.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 136 | 0.02 | 0 | 0.35 | 0.18 | 64.05 | 0.45 | 0.68 |
| Hex | CD | D2 | 88 | 2 | 0 | 23 | 12 | 40 | 2D | 44 |
| Octal | 315 | 322 | 210 | 2 | 0 | 43 | 22 | 100 | 55 | 104 |
| Binary | 11001101 | 11010010 | 10001000 | 10 | 0 | 100011 | 10010 | 1000000 | 101101 | 1000100 |
Color Harmonies of #CDD288
Complementary color
Monochromatic Colors of #CDD288
Black with #CDD288
Text Example
Text Example
White with #CDD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD288; }
p { color: rgb(205,210,136); }
H1.HeaderClassName
{
color: #CDD288;
}
.AnyTagClassName
{
color: #CDD288;
}
</style>
background-color css
<style>
a { background-color: #CDD288; }
a { background-color: rgb(205,210,136); }
div.DivClassName
{
background-color: #CDD288;
}
.BgClassName
{
background-color: #CDD288;
}
</style>
border-color css
<style>
span { border-color: #CDD288; }
span { border-color: rgb(205,210,136); }
td.TdClassName
{
border-color: #CDD288;
}
.TagClassName
{
border-color: #CDD288;
}
</style>