Shades of Ottoman #D1E4B9
Tints of Ottoman #D1E4B9
RGB
CMYK
RGB Variations
Color information
#D1E4B9 (or 0xD1E4B9) is known color: Ottoman. HEX triplet: D1, E4 and B9. RGB value is (209,228,185). Sum of RGB (Red+Green+Blue) = 209+228+185=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4B9 is #2E1B46. Grayscale: #D9D9D9. Windows color (decimal): -3021639 or 12182737. OLE color: 12182737.
HSL color Cylindrical-coordinate representation of color #D1E4B9: hue angle of 86.51º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1E4B9 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 185 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.11 |
| HSL | 86.51º | 0.44% | 0.81% | - |
| HSV(B) | 86.51º | 0.19% | 0.89% | - |
| XYZ | 62.79 | 72.54 | 56.59 | - |
| YUV | 217.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 185 | 0.08 | 0 | 0.19 | 0.11 | 86.51 | 0.44 | 0.81 |
| Hex | D1 | E4 | B9 | 8 | 0 | 13 | B | 57 | 2C | 51 |
| Octal | 321 | 344 | 271 | 10 | 0 | 23 | 13 | 127 | 54 | 121 |
| Binary | 11010001 | 11100100 | 10111001 | 1000 | 0 | 10011 | 1011 | 1010111 | 101100 | 1010001 |
Color Harmonies of #D1E4B9
Complementary color
Monochromatic Colors of #D1E4B9
Black with #D1E4B9
Text Example
Text Example
White with #D1E4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4B9; }
p { color: rgb(209,228,185); }
H1.HeaderClassName
{
color: #D1E4B9;
}
.AnyTagClassName
{
color: #D1E4B9;
}
</style>
background-color css
<style>
a { background-color: #D1E4B9; }
a { background-color: rgb(209,228,185); }
div.DivClassName
{
background-color: #D1E4B9;
}
.BgClassName
{
background-color: #D1E4B9;
}
</style>
border-color css
<style>
span { border-color: #D1E4B9; }
span { border-color: rgb(209,228,185); }
td.TdClassName
{
border-color: #D1E4B9;
}
.TagClassName
{
border-color: #D1E4B9;
}
</style>