Shades of Ottoman #D0E4BC
Tints of Ottoman #D0E4BC
RGB
CMYK
RGB Variations
Color information
#D0E4BC (or 0xD0E4BC) is known color: Ottoman. HEX triplet: D0, E4 and BC. RGB value is (208,228,188). Sum of RGB (Red+Green+Blue) = 208+228+188=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E4BC is #2F1B43. Grayscale: #D9D9D9. Windows color (decimal): -3087172 or 12379344. OLE color: 12379344.
HSL color Cylindrical-coordinate representation of color #D0E4BC: hue angle of 90º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E4BC is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 188 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.11 |
| HSL | 90º | 0.43% | 0.82% | - |
| HSV(B) | 90º | 0.18% | 0.89% | - |
| XYZ | 62.83 | 72.53 | 58.26 | - |
| YUV | 217.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 188 | 0.09 | 0 | 0.18 | 0.11 | 90 | 0.43 | 0.82 |
| Hex | D0 | E4 | BC | 9 | 0 | 12 | B | 5A | 2B | 52 |
| Octal | 320 | 344 | 274 | 11 | 0 | 22 | 13 | 132 | 53 | 122 |
| Binary | 11010000 | 11100100 | 10111100 | 1001 | 0 | 10010 | 1011 | 1011010 | 101011 | 1010010 |
Color Harmonies of #D0E4BC
Complementary color
Monochromatic Colors of #D0E4BC
Black with #D0E4BC
Text Example
Text Example
White with #D0E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E4BC; }
p { color: rgb(208,228,188); }
H1.HeaderClassName
{
color: #D0E4BC;
}
.AnyTagClassName
{
color: #D0E4BC;
}
</style>
background-color css
<style>
a { background-color: #D0E4BC; }
a { background-color: rgb(208,228,188); }
div.DivClassName
{
background-color: #D0E4BC;
}
.BgClassName
{
background-color: #D0E4BC;
}
</style>
border-color css
<style>
span { border-color: #D0E4BC; }
span { border-color: rgb(208,228,188); }
td.TdClassName
{
border-color: #D0E4BC;
}
.TagClassName
{
border-color: #D0E4BC;
}
</style>