Shades of Ottoman #D0DBC2
Tints of Ottoman #D0DBC2
RGB
CMYK
RGB Variations
Color information
#D0DBC2 (or 0xD0DBC2) is known color: Ottoman. HEX triplet: D0, DB and C2. RGB value is (208,219,194). Sum of RGB (Red+Green+Blue) = 208+219+194=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBC2 is #2F243D. Grayscale: #D4D4D4. Windows color (decimal): -3089470 or 12770256. OLE color: 12770256.
HSL color Cylindrical-coordinate representation of color #D0DBC2: hue angle of 86.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DBC2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 194 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.14 |
| HSL | 86.4º | 0.26% | 0.81% | - |
| HSV(B) | 86.4º | 0.11% | 0.86% | - |
| XYZ | 61.08 | 67.97 | 60.94 | - |
| YUV | 212.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 194 | 0.05 | 0 | 0.11 | 0.14 | 86.4 | 0.26 | 0.81 |
| Hex | D0 | DB | C2 | 5 | 0 | B | E | 56 | 1A | 51 |
| Octal | 320 | 333 | 302 | 5 | 0 | 13 | 16 | 126 | 32 | 121 |
| Binary | 11010000 | 11011011 | 11000010 | 101 | 0 | 1011 | 1110 | 1010110 | 11010 | 1010001 |
Color Harmonies of #D0DBC2
Complementary color
Monochromatic Colors of #D0DBC2
Black with #D0DBC2
Text Example
Text Example
White with #D0DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBC2; }
p { color: rgb(208,219,194); }
H1.HeaderClassName
{
color: #D0DBC2;
}
.AnyTagClassName
{
color: #D0DBC2;
}
</style>
background-color css
<style>
a { background-color: #D0DBC2; }
a { background-color: rgb(208,219,194); }
div.DivClassName
{
background-color: #D0DBC2;
}
.BgClassName
{
background-color: #D0DBC2;
}
</style>
border-color css
<style>
span { border-color: #D0DBC2; }
span { border-color: rgb(208,219,194); }
td.TdClassName
{
border-color: #D0DBC2;
}
.TagClassName
{
border-color: #D0DBC2;
}
</style>