Shades of Deco #CDDB87
Tints of Deco #CDDB87
RGB
CMYK
RGB Variations
Color information
#CDDB87 (or 0xCDDB87) is known color: Deco. HEX triplet: CD, DB and 87. RGB value is (205,219,135). Sum of RGB (Red+Green+Blue) = 205+219+135=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 135 (53.12% from 255 or 24.15% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB87 is #322478. Grayscale: #CDCDCD. Windows color (decimal): -3286137 or 8903629. OLE color: 8903629.
HSL color Cylindrical-coordinate representation of color #CDDB87: hue angle of 70º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDDB87 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 135 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.14 |
| HSL | 70º | 0.54% | 0.69% | - |
| HSV(B) | 70º | 0.38% | 0.86% | - |
| XYZ | 54.88 | 65.39 | 32.65 | - |
| YUV | 205.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 135 | 0.06 | 0 | 0.38 | 0.14 | 70 | 0.54 | 0.69 |
| Hex | CD | DB | 87 | 6 | 0 | 26 | E | 46 | 36 | 45 |
| Octal | 315 | 333 | 207 | 6 | 0 | 46 | 16 | 106 | 66 | 105 |
| Binary | 11001101 | 11011011 | 10000111 | 110 | 0 | 100110 | 1110 | 1000110 | 110110 | 1000101 |
Color Harmonies of #CDDB87
Complementary color
Monochromatic Colors of #CDDB87
Black with #CDDB87
Text Example
Text Example
White with #CDDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB87; }
p { color: rgb(205,219,135); }
H1.HeaderClassName
{
color: #CDDB87;
}
.AnyTagClassName
{
color: #CDDB87;
}
</style>
background-color css
<style>
a { background-color: #CDDB87; }
a { background-color: rgb(205,219,135); }
div.DivClassName
{
background-color: #CDDB87;
}
.BgClassName
{
background-color: #CDDB87;
}
</style>
border-color css
<style>
span { border-color: #CDDB87; }
span { border-color: rgb(205,219,135); }
td.TdClassName
{
border-color: #CDDB87;
}
.TagClassName
{
border-color: #CDDB87;
}
</style>