Shades of Ottoman #D1E5BB
Tints of Ottoman #D1E5BB
RGB
CMYK
RGB Variations
Color information
#D1E5BB (or 0xD1E5BB) is known color: Ottoman. HEX triplet: D1, E5 and BB. RGB value is (209,229,187). Sum of RGB (Red+Green+Blue) = 209+229+187=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5BB is #2E1A44. Grayscale: #DADADA. Windows color (decimal): -3021381 or 12314065. OLE color: 12314065.
HSL color Cylindrical-coordinate representation of color #D1E5BB: hue angle of 88.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1E5BB is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 187 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.10 |
| HSL | 88.57º | 0.45% | 0.82% | - |
| HSV(B) | 88.57º | 0.18% | 0.9% | - |
| XYZ | 63.28 | 73.18 | 57.8 | - |
| YUV | 218.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 187 | 0.09 | 0 | 0.18 | 0.10 | 88.57 | 0.45 | 0.82 |
| Hex | D1 | E5 | BB | 9 | 0 | 12 | A | 59 | 2D | 52 |
| Octal | 321 | 345 | 273 | 11 | 0 | 22 | 12 | 131 | 55 | 122 |
| Binary | 11010001 | 11100101 | 10111011 | 1001 | 0 | 10010 | 1010 | 1011001 | 101101 | 1010010 |
Color Harmonies of #D1E5BB
Complementary color
Monochromatic Colors of #D1E5BB
Black with #D1E5BB
Text Example
Text Example
White with #D1E5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E5BB; }
p { color: rgb(209,229,187); }
H1.HeaderClassName
{
color: #D1E5BB;
}
.AnyTagClassName
{
color: #D1E5BB;
}
</style>
background-color css
<style>
a { background-color: #D1E5BB; }
a { background-color: rgb(209,229,187); }
div.DivClassName
{
background-color: #D1E5BB;
}
.BgClassName
{
background-color: #D1E5BB;
}
</style>
border-color css
<style>
span { border-color: #D1E5BB; }
span { border-color: rgb(209,229,187); }
td.TdClassName
{
border-color: #D1E5BB;
}
.TagClassName
{
border-color: #D1E5BB;
}
</style>