Shades of Ottoman #D0DAC7
Tints of Ottoman #D0DAC7
RGB
CMYK
RGB Variations
Color information
#D0DAC7 (or 0xD0DAC7) is known color: Ottoman. HEX triplet: D0, DA and C7. RGB value is (208,218,199). Sum of RGB (Red+Green+Blue) = 208+218+199=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAC7 is #2F2538. Grayscale: #D4D4D4. Windows color (decimal): -3089721 or 13097680. OLE color: 13097680.
HSL color Cylindrical-coordinate representation of color #D0DAC7: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DAC7 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 199 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.15 |
| HSL | 91.58º | 0.2% | 0.82% | - |
| HSV(B) | 91.58º | 0.09% | 0.85% | - |
| XYZ | 61.39 | 67.68 | 63.86 | - |
| YUV | 212.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 199 | 0.05 | 0 | 0.09 | 0.15 | 91.58 | 0.2 | 0.82 |
| Hex | D0 | DA | C7 | 5 | 0 | 9 | F | 5C | 14 | 52 |
| Octal | 320 | 332 | 307 | 5 | 0 | 11 | 17 | 134 | 24 | 122 |
| Binary | 11010000 | 11011010 | 11000111 | 101 | 0 | 1001 | 1111 | 1011100 | 10100 | 1010010 |
Color Harmonies of #D0DAC7
Complementary color
Monochromatic Colors of #D0DAC7
Black with #D0DAC7
Text Example
Text Example
White with #D0DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAC7; }
p { color: rgb(208,218,199); }
H1.HeaderClassName
{
color: #D0DAC7;
}
.AnyTagClassName
{
color: #D0DAC7;
}
</style>
background-color css
<style>
a { background-color: #D0DAC7; }
a { background-color: rgb(208,218,199); }
div.DivClassName
{
background-color: #D0DAC7;
}
.BgClassName
{
background-color: #D0DAC7;
}
</style>
border-color css
<style>
span { border-color: #D0DAC7; }
span { border-color: rgb(208,218,199); }
td.TdClassName
{
border-color: #D0DAC7;
}
.TagClassName
{
border-color: #D0DAC7;
}
</style>