Shades of Ottoman #CDDDB9
Tints of Ottoman #CDDDB9
RGB
CMYK
RGB Variations
Color information
#CDDDB9 (or 0xCDDDB9) is known color: Ottoman. HEX triplet: CD, DD and B9. RGB value is (205,221,185). Sum of RGB (Red+Green+Blue) = 205+221+185=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDB9 is #322246. Grayscale: #D4D4D4. Windows color (decimal): -3285575 or 12180941. OLE color: 12180941.
HSL color Cylindrical-coordinate representation of color #CDDDB9: hue angle of 86.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDDB9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 185 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.13 |
| HSL | 86.67º | 0.35% | 0.8% | - |
| HSV(B) | 86.67º | 0.16% | 0.87% | - |
| XYZ | 59.79 | 68.19 | 55.91 | - |
| YUV | 212.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 185 | 0.07 | 0 | 0.16 | 0.13 | 86.67 | 0.35 | 0.8 |
| Hex | CD | DD | B9 | 7 | 0 | 10 | D | 57 | 23 | 50 |
| Octal | 315 | 335 | 271 | 7 | 0 | 20 | 15 | 127 | 43 | 120 |
| Binary | 11001101 | 11011101 | 10111001 | 111 | 0 | 10000 | 1101 | 1010111 | 100011 | 1010000 |
Color Harmonies of #CDDDB9
Complementary color
Monochromatic Colors of #CDDDB9
Black with #CDDDB9
Text Example
Text Example
White with #CDDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDB9; }
p { color: rgb(205,221,185); }
H1.HeaderClassName
{
color: #CDDDB9;
}
.AnyTagClassName
{
color: #CDDDB9;
}
</style>
background-color css
<style>
a { background-color: #CDDDB9; }
a { background-color: rgb(205,221,185); }
div.DivClassName
{
background-color: #CDDDB9;
}
.BgClassName
{
background-color: #CDDDB9;
}
</style>
border-color css
<style>
span { border-color: #CDDDB9; }
span { border-color: rgb(205,221,185); }
td.TdClassName
{
border-color: #CDDDB9;
}
.TagClassName
{
border-color: #CDDDB9;
}
</style>