Shades of Ottoman #D1E1BC
Tints of Ottoman #D1E1BC
RGB
CMYK
RGB Variations
Color information
#D1E1BC (or 0xD1E1BC) is known color: Ottoman. HEX triplet: D1, E1 and BC. RGB value is (209,225,188). Sum of RGB (Red+Green+Blue) = 209+225+188=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BC is #2E1E43. Grayscale: #D8D8D8. Windows color (decimal): -3022404 or 12378577. OLE color: 12378577.
HSL color Cylindrical-coordinate representation of color #D1E1BC: hue angle of 85.95º degrees, saturation: 0.38, 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 #D1E1BC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 188 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.12 |
| HSL | 85.95º | 0.38% | 0.81% | - |
| HSV(B) | 85.95º | 0.16% | 0.88% | - |
| XYZ | 62.3 | 71.04 | 58 | - |
| YUV | 216 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 188 | 0.07 | 0 | 0.16 | 0.12 | 85.95 | 0.38 | 0.81 |
| Hex | D1 | E1 | BC | 7 | 0 | 10 | C | 56 | 26 | 51 |
| Octal | 321 | 341 | 274 | 7 | 0 | 20 | 14 | 126 | 46 | 121 |
| Binary | 11010001 | 11100001 | 10111100 | 111 | 0 | 10000 | 1100 | 1010110 | 100110 | 1010001 |
Color Harmonies of #D1E1BC
Complementary color
Monochromatic Colors of #D1E1BC
Black with #D1E1BC
Text Example
Text Example
White with #D1E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1BC; }
p { color: rgb(209,225,188); }
H1.HeaderClassName
{
color: #D1E1BC;
}
.AnyTagClassName
{
color: #D1E1BC;
}
</style>
background-color css
<style>
a { background-color: #D1E1BC; }
a { background-color: rgb(209,225,188); }
div.DivClassName
{
background-color: #D1E1BC;
}
.BgClassName
{
background-color: #D1E1BC;
}
</style>
border-color css
<style>
span { border-color: #D1E1BC; }
span { border-color: rgb(209,225,188); }
td.TdClassName
{
border-color: #D1E1BC;
}
.TagClassName
{
border-color: #D1E1BC;
}
</style>