Shades of Ottoman #D0E1BD
Tints of Ottoman #D0E1BD
RGB
CMYK
RGB Variations
Color information
#D0E1BD (or 0xD0E1BD) is known color: Ottoman. HEX triplet: D0, E1 and BD. RGB value is (208,225,189). Sum of RGB (Red+Green+Blue) = 208+225+189=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BD is #2F1E42. Grayscale: #D7D7D7. Windows color (decimal): -3087939 or 12444112. OLE color: 12444112.
HSL color Cylindrical-coordinate representation of color #D0E1BD: hue angle of 88.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E1BD is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 189 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.12 |
| HSL | 88.33º | 0.38% | 0.81% | - |
| HSV(B) | 88.33º | 0.16% | 0.88% | - |
| XYZ | 62.12 | 70.93 | 58.56 | - |
| YUV | 215.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 189 | 0.08 | 0 | 0.16 | 0.12 | 88.33 | 0.38 | 0.81 |
| Hex | D0 | E1 | BD | 8 | 0 | 10 | C | 58 | 26 | 51 |
| Octal | 320 | 341 | 275 | 10 | 0 | 20 | 14 | 130 | 46 | 121 |
| Binary | 11010000 | 11100001 | 10111101 | 1000 | 0 | 10000 | 1100 | 1011000 | 100110 | 1010001 |
Color Harmonies of #D0E1BD
Complementary color
Monochromatic Colors of #D0E1BD
Black with #D0E1BD
Text Example
Text Example
White with #D0E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1BD; }
p { color: rgb(208,225,189); }
H1.HeaderClassName
{
color: #D0E1BD;
}
.AnyTagClassName
{
color: #D0E1BD;
}
</style>
background-color css
<style>
a { background-color: #D0E1BD; }
a { background-color: rgb(208,225,189); }
div.DivClassName
{
background-color: #D0E1BD;
}
.BgClassName
{
background-color: #D0E1BD;
}
</style>
border-color css
<style>
span { border-color: #D0E1BD; }
span { border-color: rgb(208,225,189); }
td.TdClassName
{
border-color: #D0E1BD;
}
.TagClassName
{
border-color: #D0E1BD;
}
</style>