Shades of Ottoman #D0DAC6
Tints of Ottoman #D0DAC6
RGB
CMYK
RGB Variations
Color information
#D0DAC6 (or 0xD0DAC6) is known color: Ottoman. HEX triplet: D0, DA and C6. RGB value is (208,218,198). Sum of RGB (Red+Green+Blue) = 208+218+198=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAC6 is #2F2539. Grayscale: #D4D4D4. Windows color (decimal): -3089722 or 13032144. OLE color: 13032144.
HSL color Cylindrical-coordinate representation of color #D0DAC6: hue angle of 90º degrees, saturation: 0.21, 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 #D0DAC6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 198 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.15 |
| HSL | 90º | 0.21% | 0.82% | - |
| HSV(B) | 90º | 0.09% | 0.85% | - |
| XYZ | 61.28 | 67.63 | 63.25 | - |
| YUV | 212.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 198 | 0.05 | 0 | 0.09 | 0.15 | 90 | 0.21 | 0.82 |
| Hex | D0 | DA | C6 | 5 | 0 | 9 | F | 5A | 15 | 52 |
| Octal | 320 | 332 | 306 | 5 | 0 | 11 | 17 | 132 | 25 | 122 |
| Binary | 11010000 | 11011010 | 11000110 | 101 | 0 | 1001 | 1111 | 1011010 | 10101 | 1010010 |
Color Harmonies of #D0DAC6
Complementary color
Monochromatic Colors of #D0DAC6
Black with #D0DAC6
Text Example
Text Example
White with #D0DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAC6; }
p { color: rgb(208,218,198); }
H1.HeaderClassName
{
color: #D0DAC6;
}
.AnyTagClassName
{
color: #D0DAC6;
}
</style>
background-color css
<style>
a { background-color: #D0DAC6; }
a { background-color: rgb(208,218,198); }
div.DivClassName
{
background-color: #D0DAC6;
}
.BgClassName
{
background-color: #D0DAC6;
}
</style>
border-color css
<style>
span { border-color: #D0DAC6; }
span { border-color: rgb(208,218,198); }
td.TdClassName
{
border-color: #D0DAC6;
}
.TagClassName
{
border-color: #D0DAC6;
}
</style>