Shades of Ottoman #D1E2BE
Tints of Ottoman #D1E2BE
RGB
CMYK
RGB Variations
Color information
#D1E2BE (or 0xD1E2BE) is known color: Ottoman. HEX triplet: D1, E2 and BE. RGB value is (209,226,190). Sum of RGB (Red+Green+Blue) = 209+226+190=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2BE is #2E1D41. Grayscale: #D8D8D8. Windows color (decimal): -3022146 or 12509905. OLE color: 12509905.
HSL color Cylindrical-coordinate representation of color #D1E2BE: hue angle of 88.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1E2BE is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
RGB | 209 | 226 | 190 | - |
CMYK | 0.08 | 0 | 0.16 | 0.11 |
HSL | 88.33º | 0.38% | 0.82% | - |
HSV(B) | 88.33º | 0.16% | 0.89% | - |
XYZ | 62.79 | 71.67 | 59.24 | - |
YUV | 216.81 | 112.87 | 122.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 226 | 190 | 0.08 | 0 | 0.16 | 0.11 | 88.33 | 0.38 | 0.82 |
Hex | D1 | E2 | BE | 8 | 0 | 10 | B | 58 | 26 | 52 |
Octal | 321 | 342 | 276 | 10 | 0 | 20 | 13 | 130 | 46 | 122 |
Binary | 11010001 | 11100010 | 10111110 | 1000 | 0 | 10000 | 1011 | 1011000 | 100110 | 1010010 |
Color Harmonies of #D1E2BE
Complementary color
Monochromatic Colors of #D1E2BE
Black with #D1E2BE
Text Example
Text Example
White with #D1E2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2BE; }
p { color: rgb(209,226,190); }
H1.HeaderClassName
{
color: #D1E2BE;
}
.AnyTagClassName
{
color: #D1E2BE;
}
</style>
background-color css
<style>
a { background-color: #D1E2BE; }
a { background-color: rgb(209,226,190); }
div.DivClassName
{
background-color: #D1E2BE;
}
.BgClassName
{
background-color: #D1E2BE;
}
</style>
border-color css
<style>
span { border-color: #D1E2BE; }
span { border-color: rgb(209,226,190); }
td.TdClassName
{
border-color: #D1E2BE;
}
.TagClassName
{
border-color: #D1E2BE;
}
</style>