Shades of Ottoman #D0DDC0
Tints of Ottoman #D0DDC0
RGB
CMYK
RGB Variations
Color information
#D0DDC0 (or 0xD0DDC0) is known color: Ottoman. HEX triplet: D0, DD and C0. RGB value is (208,221,192). Sum of RGB (Red+Green+Blue) = 208+221+192=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDC0 is #2F223F. Grayscale: #D5D5D5. Windows color (decimal): -3088960 or 12639696. OLE color: 12639696.
HSL color Cylindrical-coordinate representation of color #D0DDC0: hue angle of 86.9º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DDC0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 192 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.13 |
| HSL | 86.9º | 0.3% | 0.81% | - |
| HSV(B) | 86.9º | 0.13% | 0.87% | - |
| XYZ | 61.38 | 68.93 | 59.94 | - |
| YUV | 213.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 192 | 0.06 | 0 | 0.13 | 0.13 | 86.9 | 0.3 | 0.81 |
| Hex | D0 | DD | C0 | 6 | 0 | D | D | 57 | 1E | 51 |
| Octal | 320 | 335 | 300 | 6 | 0 | 15 | 15 | 127 | 36 | 121 |
| Binary | 11010000 | 11011101 | 11000000 | 110 | 0 | 1101 | 1101 | 1010111 | 11110 | 1010001 |
Color Harmonies of #D0DDC0
Complementary color
Monochromatic Colors of #D0DDC0
Black with #D0DDC0
Text Example
Text Example
White with #D0DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDC0; }
p { color: rgb(208,221,192); }
H1.HeaderClassName
{
color: #D0DDC0;
}
.AnyTagClassName
{
color: #D0DDC0;
}
</style>
background-color css
<style>
a { background-color: #D0DDC0; }
a { background-color: rgb(208,221,192); }
div.DivClassName
{
background-color: #D0DDC0;
}
.BgClassName
{
background-color: #D0DDC0;
}
</style>
border-color css
<style>
span { border-color: #D0DDC0; }
span { border-color: rgb(208,221,192); }
td.TdClassName
{
border-color: #D0DDC0;
}
.TagClassName
{
border-color: #D0DDC0;
}
</style>