Shades of Deco #CDDB91
Tints of Deco #CDDB91
RGB
CMYK
RGB Variations
Color information
#CDDB91 (or 0xCDDB91) is known color: Deco. HEX triplet: CD, DB and 91. RGB value is (205,219,145). Sum of RGB (Red+Green+Blue) = 205+219+145=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB91 is #32246E. Grayscale: #CECECE. Windows color (decimal): -3286127 or 9558989. OLE color: 9558989.
HSL color Cylindrical-coordinate representation of color #CDDB91: hue angle of 71.35º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDDB91 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 145 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.14 |
| HSL | 71.35º | 0.51% | 0.71% | - |
| HSV(B) | 71.35º | 0.34% | 0.86% | - |
| XYZ | 55.62 | 65.69 | 36.54 | - |
| YUV | 206.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 145 | 0.06 | 0 | 0.34 | 0.14 | 71.35 | 0.51 | 0.71 |
| Hex | CD | DB | 91 | 6 | 0 | 22 | E | 47 | 33 | 47 |
| Octal | 315 | 333 | 221 | 6 | 0 | 42 | 16 | 107 | 63 | 107 |
| Binary | 11001101 | 11011011 | 10010001 | 110 | 0 | 100010 | 1110 | 1000111 | 110011 | 1000111 |
Color Harmonies of #CDDB91
Complementary color
Monochromatic Colors of #CDDB91
Black with #CDDB91
Text Example
Text Example
White with #CDDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB91; }
p { color: rgb(205,219,145); }
H1.HeaderClassName
{
color: #CDDB91;
}
.AnyTagClassName
{
color: #CDDB91;
}
</style>
background-color css
<style>
a { background-color: #CDDB91; }
a { background-color: rgb(205,219,145); }
div.DivClassName
{
background-color: #CDDB91;
}
.BgClassName
{
background-color: #CDDB91;
}
</style>
border-color css
<style>
span { border-color: #CDDB91; }
span { border-color: rgb(205,219,145); }
td.TdClassName
{
border-color: #CDDB91;
}
.TagClassName
{
border-color: #CDDB91;
}
</style>