Shades of Ottoman #D0E0B5
Tints of Ottoman #D0E0B5
RGB
CMYK
RGB Variations
Color information
#D0E0B5 (or 0xD0E0B5) is known color: Ottoman. HEX triplet: D0, E0 and B5. RGB value is (208,224,181). Sum of RGB (Red+Green+Blue) = 208+224+181=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0B5 is #2F1F4A. Grayscale: #D6D6D6. Windows color (decimal): -3088203 or 11919568. OLE color: 11919568.
HSL color Cylindrical-coordinate representation of color #D0E0B5: hue angle of 82.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0E0B5 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 181 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.12 |
| HSL | 82.33º | 0.41% | 0.79% | - |
| HSV(B) | 82.33º | 0.19% | 0.88% | - |
| XYZ | 61.01 | 70.06 | 54.02 | - |
| YUV | 214.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 181 | 0.07 | 0 | 0.19 | 0.12 | 82.33 | 0.41 | 0.79 |
| Hex | D0 | E0 | B5 | 7 | 0 | 13 | C | 52 | 29 | 4F |
| Octal | 320 | 340 | 265 | 7 | 0 | 23 | 14 | 122 | 51 | 117 |
| Binary | 11010000 | 11100000 | 10110101 | 111 | 0 | 10011 | 1100 | 1010010 | 101001 | 1001111 |
Color Harmonies of #D0E0B5
Complementary color
Monochromatic Colors of #D0E0B5
Black with #D0E0B5
Text Example
Text Example
White with #D0E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0B5; }
p { color: rgb(208,224,181); }
H1.HeaderClassName
{
color: #D0E0B5;
}
.AnyTagClassName
{
color: #D0E0B5;
}
</style>
background-color css
<style>
a { background-color: #D0E0B5; }
a { background-color: rgb(208,224,181); }
div.DivClassName
{
background-color: #D0E0B5;
}
.BgClassName
{
background-color: #D0E0B5;
}
</style>
border-color css
<style>
span { border-color: #D0E0B5; }
span { border-color: rgb(208,224,181); }
td.TdClassName
{
border-color: #D0E0B5;
}
.TagClassName
{
border-color: #D0E0B5;
}
</style>