Shades of Ottoman #D1E2BD
Tints of Ottoman #D1E2BD
RGB
CMYK
RGB Variations
Color information
#D1E2BD (or 0xD1E2BD) is known color: Ottoman. HEX triplet: D1, E2 and BD. RGB value is (209,226,189). Sum of RGB (Red+Green+Blue) = 209+226+189=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2BD is #2E1D42. Grayscale: #D8D8D8. Windows color (decimal): -3022147 or 12444369. OLE color: 12444369.
HSL color Cylindrical-coordinate representation of color #D1E2BD: hue angle of 87.57º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1E2BD is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 189 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.11 |
| HSL | 87.57º | 0.39% | 0.81% | - |
| HSV(B) | 87.57º | 0.16% | 0.89% | - |
| XYZ | 62.68 | 71.62 | 58.67 | - |
| YUV | 216.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 189 | 0.08 | 0 | 0.16 | 0.11 | 87.57 | 0.39 | 0.81 |
| Hex | D1 | E2 | BD | 8 | 0 | 10 | B | 58 | 27 | 51 |
| Octal | 321 | 342 | 275 | 10 | 0 | 20 | 13 | 130 | 47 | 121 |
| Binary | 11010001 | 11100010 | 10111101 | 1000 | 0 | 10000 | 1011 | 1011000 | 100111 | 1010001 |
Color Harmonies of #D1E2BD
Complementary color
Monochromatic Colors of #D1E2BD
Black with #D1E2BD
Text Example
Text Example
White with #D1E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2BD; }
p { color: rgb(209,226,189); }
H1.HeaderClassName
{
color: #D1E2BD;
}
.AnyTagClassName
{
color: #D1E2BD;
}
</style>
background-color css
<style>
a { background-color: #D1E2BD; }
a { background-color: rgb(209,226,189); }
div.DivClassName
{
background-color: #D1E2BD;
}
.BgClassName
{
background-color: #D1E2BD;
}
</style>
border-color css
<style>
span { border-color: #D1E2BD; }
span { border-color: rgb(209,226,189); }
td.TdClassName
{
border-color: #D1E2BD;
}
.TagClassName
{
border-color: #D1E2BD;
}
</style>