Shades of Ottoman #D0E1BF
Tints of Ottoman #D0E1BF
RGB
CMYK
RGB Variations
Color information
#D0E1BF (or 0xD0E1BF) is known color: Ottoman. HEX triplet: D0, E1 and BF. RGB value is (208,225,191). Sum of RGB (Red+Green+Blue) = 208+225+191=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BF is #2F1E40. Grayscale: #D8D8D8. Windows color (decimal): -3087937 or 12575184. OLE color: 12575184.
HSL color Cylindrical-coordinate representation of color #D0E1BF: hue angle of 90º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0E1BF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 191 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.12 |
| HSL | 90º | 0.36% | 0.82% | - |
| HSV(B) | 90º | 0.15% | 0.88% | - |
| XYZ | 62.34 | 71.02 | 59.71 | - |
| YUV | 216.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 191 | 0.08 | 0 | 0.15 | 0.12 | 90 | 0.36 | 0.82 |
| Hex | D0 | E1 | BF | 8 | 0 | F | C | 5A | 24 | 52 |
| Octal | 320 | 341 | 277 | 10 | 0 | 17 | 14 | 132 | 44 | 122 |
| Binary | 11010000 | 11100001 | 10111111 | 1000 | 0 | 1111 | 1100 | 1011010 | 100100 | 1010010 |
Color Harmonies of #D0E1BF
Complementary color
Monochromatic Colors of #D0E1BF
Black with #D0E1BF
Text Example
Text Example
White with #D0E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1BF; }
p { color: rgb(208,225,191); }
H1.HeaderClassName
{
color: #D0E1BF;
}
.AnyTagClassName
{
color: #D0E1BF;
}
</style>
background-color css
<style>
a { background-color: #D0E1BF; }
a { background-color: rgb(208,225,191); }
div.DivClassName
{
background-color: #D0E1BF;
}
.BgClassName
{
background-color: #D0E1BF;
}
</style>
border-color css
<style>
span { border-color: #D0E1BF; }
span { border-color: rgb(208,225,191); }
td.TdClassName
{
border-color: #D0E1BF;
}
.TagClassName
{
border-color: #D0E1BF;
}
</style>