Shades of Ottoman #D1E1BE
Tints of Ottoman #D1E1BE
RGB
CMYK
RGB Variations
Color information
#D1E1BE (or 0xD1E1BE) is known color: Ottoman. HEX triplet: D1, E1 and BE. RGB value is (209,225,190). Sum of RGB (Red+Green+Blue) = 209+225+190=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BE is #2E1E41. Grayscale: #D8D8D8. Windows color (decimal): -3022402 or 12509649. OLE color: 12509649.
HSL color Cylindrical-coordinate representation of color #D1E1BE: hue angle of 87.43º degrees, saturation: 0.37, 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 #D1E1BE is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 190 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.12 |
| HSL | 87.43º | 0.37% | 0.81% | - |
| HSV(B) | 87.43º | 0.16% | 0.88% | - |
| XYZ | 62.51 | 71.12 | 59.15 | - |
| YUV | 216.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 190 | 0.07 | 0 | 0.16 | 0.12 | 87.43 | 0.37 | 0.81 |
| Hex | D1 | E1 | BE | 7 | 0 | 10 | C | 57 | 25 | 51 |
| Octal | 321 | 341 | 276 | 7 | 0 | 20 | 14 | 127 | 45 | 121 |
| Binary | 11010001 | 11100001 | 10111110 | 111 | 0 | 10000 | 1100 | 1010111 | 100101 | 1010001 |
Color Harmonies of #D1E1BE
Complementary color
Monochromatic Colors of #D1E1BE
Black with #D1E1BE
Text Example
Text Example
White with #D1E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1BE; }
p { color: rgb(209,225,190); }
H1.HeaderClassName
{
color: #D1E1BE;
}
.AnyTagClassName
{
color: #D1E1BE;
}
</style>
background-color css
<style>
a { background-color: #D1E1BE; }
a { background-color: rgb(209,225,190); }
div.DivClassName
{
background-color: #D1E1BE;
}
.BgClassName
{
background-color: #D1E1BE;
}
</style>
border-color css
<style>
span { border-color: #D1E1BE; }
span { border-color: rgb(209,225,190); }
td.TdClassName
{
border-color: #D1E1BE;
}
.TagClassName
{
border-color: #D1E1BE;
}
</style>