Shades of Ottoman #CDDDBA
Tints of Ottoman #CDDDBA
RGB
CMYK
RGB Variations
Color information
#CDDDBA (or 0xCDDDBA) is known color: Ottoman. HEX triplet: CD, DD and BA. RGB value is (205,221,186). Sum of RGB (Red+Green+Blue) = 205+221+186=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDBA is #322245. Grayscale: #D4D4D4. Windows color (decimal): -3285574 or 12246477. OLE color: 12246477.
HSL color Cylindrical-coordinate representation of color #CDDDBA: hue angle of 87.43º degrees, saturation: 0.34, 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 #CDDDBA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 186 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.13 |
| HSL | 87.43º | 0.34% | 0.8% | - |
| HSV(B) | 87.43º | 0.16% | 0.87% | - |
| XYZ | 59.9 | 68.24 | 56.47 | - |
| YUV | 212.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 186 | 0.07 | 0 | 0.16 | 0.13 | 87.43 | 0.34 | 0.8 |
| Hex | CD | DD | BA | 7 | 0 | 10 | D | 57 | 22 | 50 |
| Octal | 315 | 335 | 272 | 7 | 0 | 20 | 15 | 127 | 42 | 120 |
| Binary | 11001101 | 11011101 | 10111010 | 111 | 0 | 10000 | 1101 | 1010111 | 100010 | 1010000 |
Color Harmonies of #CDDDBA
Complementary color
Monochromatic Colors of #CDDDBA
Black with #CDDDBA
Text Example
Text Example
White with #CDDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDBA; }
p { color: rgb(205,221,186); }
H1.HeaderClassName
{
color: #CDDDBA;
}
.AnyTagClassName
{
color: #CDDDBA;
}
</style>
background-color css
<style>
a { background-color: #CDDDBA; }
a { background-color: rgb(205,221,186); }
div.DivClassName
{
background-color: #CDDDBA;
}
.BgClassName
{
background-color: #CDDDBA;
}
</style>
border-color css
<style>
span { border-color: #CDDDBA; }
span { border-color: rgb(205,221,186); }
td.TdClassName
{
border-color: #CDDDBA;
}
.TagClassName
{
border-color: #CDDDBA;
}
</style>