Shades of Ottoman #D0E1BA
Tints of Ottoman #D0E1BA
RGB
CMYK
RGB Variations
Color information
#D0E1BA (or 0xD0E1BA) is known color: Ottoman. HEX triplet: D0, E1 and BA. RGB value is (208,225,186). Sum of RGB (Red+Green+Blue) = 208+225+186=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BA is #2F1E45. Grayscale: #D7D7D7. Windows color (decimal): -3087942 or 12247504. OLE color: 12247504.
HSL color Cylindrical-coordinate representation of color #D0E1BA: hue angle of 86.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E1BA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 186 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.12 |
| HSL | 86.15º | 0.39% | 0.81% | - |
| HSV(B) | 86.15º | 0.17% | 0.88% | - |
| XYZ | 61.8 | 70.81 | 56.86 | - |
| YUV | 215.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 186 | 0.08 | 0 | 0.17 | 0.12 | 86.15 | 0.39 | 0.81 |
| Hex | D0 | E1 | BA | 8 | 0 | 11 | C | 56 | 27 | 51 |
| Octal | 320 | 341 | 272 | 10 | 0 | 21 | 14 | 126 | 47 | 121 |
| Binary | 11010000 | 11100001 | 10111010 | 1000 | 0 | 10001 | 1100 | 1010110 | 100111 | 1010001 |
Color Harmonies of #D0E1BA
Complementary color
Monochromatic Colors of #D0E1BA
Black with #D0E1BA
Text Example
Text Example
White with #D0E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1BA; }
p { color: rgb(208,225,186); }
H1.HeaderClassName
{
color: #D0E1BA;
}
.AnyTagClassName
{
color: #D0E1BA;
}
</style>
background-color css
<style>
a { background-color: #D0E1BA; }
a { background-color: rgb(208,225,186); }
div.DivClassName
{
background-color: #D0E1BA;
}
.BgClassName
{
background-color: #D0E1BA;
}
</style>
border-color css
<style>
span { border-color: #D0E1BA; }
span { border-color: rgb(208,225,186); }
td.TdClassName
{
border-color: #D0E1BA;
}
.TagClassName
{
border-color: #D0E1BA;
}
</style>