Shades of Ottoman #D0E0BD
Tints of Ottoman #D0E0BD
RGB
CMYK
RGB Variations
Color information
#D0E0BD (or 0xD0E0BD) is known color: Ottoman. HEX triplet: D0, E0 and BD. RGB value is (208,224,189). Sum of RGB (Red+Green+Blue) = 208+224+189=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0BD is #2F1F42. Grayscale: #D7D7D7. Windows color (decimal): -3088195 or 12443856. OLE color: 12443856.
HSL color Cylindrical-coordinate representation of color #D0E0BD: hue angle of 87.43º degrees, saturation: 0.36, 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 #D0E0BD is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 189 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.12 |
| HSL | 87.43º | 0.36% | 0.81% | - |
| HSV(B) | 87.43º | 0.16% | 0.88% | - |
| XYZ | 61.85 | 70.4 | 58.47 | - |
| YUV | 215.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 189 | 0.07 | 0 | 0.16 | 0.12 | 87.43 | 0.36 | 0.81 |
| Hex | D0 | E0 | BD | 7 | 0 | 10 | C | 57 | 24 | 51 |
| Octal | 320 | 340 | 275 | 7 | 0 | 20 | 14 | 127 | 44 | 121 |
| Binary | 11010000 | 11100000 | 10111101 | 111 | 0 | 10000 | 1100 | 1010111 | 100100 | 1010001 |
Color Harmonies of #D0E0BD
Complementary color
Monochromatic Colors of #D0E0BD
Black with #D0E0BD
Text Example
Text Example
White with #D0E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0BD; }
p { color: rgb(208,224,189); }
H1.HeaderClassName
{
color: #D0E0BD;
}
.AnyTagClassName
{
color: #D0E0BD;
}
</style>
background-color css
<style>
a { background-color: #D0E0BD; }
a { background-color: rgb(208,224,189); }
div.DivClassName
{
background-color: #D0E0BD;
}
.BgClassName
{
background-color: #D0E0BD;
}
</style>
border-color css
<style>
span { border-color: #D0E0BD; }
span { border-color: rgb(208,224,189); }
td.TdClassName
{
border-color: #D0E0BD;
}
.TagClassName
{
border-color: #D0E0BD;
}
</style>