Shades of Ottoman #D0E2BF
Tints of Ottoman #D0E2BF
RGB
CMYK
RGB Variations
Color information
#D0E2BF (or 0xD0E2BF) is known color: Ottoman. HEX triplet: D0, E2 and BF. RGB value is (208,226,191). Sum of RGB (Red+Green+Blue) = 208+226+191=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2BF is #2F1D40. Grayscale: #D8D8D8. Windows color (decimal): -3087681 or 12575440. OLE color: 12575440.
HSL color Cylindrical-coordinate representation of color #D0E2BF: hue angle of 90.86º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0E2BF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 191 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.11 |
| HSL | 90.86º | 0.38% | 0.82% | - |
| HSV(B) | 90.86º | 0.15% | 0.89% | - |
| XYZ | 62.61 | 71.56 | 59.8 | - |
| YUV | 216.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 191 | 0.08 | 0 | 0.15 | 0.11 | 90.86 | 0.38 | 0.82 |
| Hex | D0 | E2 | BF | 8 | 0 | F | B | 5B | 26 | 52 |
| Octal | 320 | 342 | 277 | 10 | 0 | 17 | 13 | 133 | 46 | 122 |
| Binary | 11010000 | 11100010 | 10111111 | 1000 | 0 | 1111 | 1011 | 1011011 | 100110 | 1010010 |
Color Harmonies of #D0E2BF
Complementary color
Monochromatic Colors of #D0E2BF
Black with #D0E2BF
Text Example
Text Example
White with #D0E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2BF; }
p { color: rgb(208,226,191); }
H1.HeaderClassName
{
color: #D0E2BF;
}
.AnyTagClassName
{
color: #D0E2BF;
}
</style>
background-color css
<style>
a { background-color: #D0E2BF; }
a { background-color: rgb(208,226,191); }
div.DivClassName
{
background-color: #D0E2BF;
}
.BgClassName
{
background-color: #D0E2BF;
}
</style>
border-color css
<style>
span { border-color: #D0E2BF; }
span { border-color: rgb(208,226,191); }
td.TdClassName
{
border-color: #D0E2BF;
}
.TagClassName
{
border-color: #D0E2BF;
}
</style>