Shades of Ottoman #D1E1B6
Tints of Ottoman #D1E1B6
RGB
CMYK
RGB Variations
Color information
#D1E1B6 (or 0xD1E1B6) is known color: Ottoman. HEX triplet: D1, E1 and B6. RGB value is (209,225,182). Sum of RGB (Red+Green+Blue) = 209+225+182=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1B6 is #2E1E49. Grayscale: #D7D7D7. Windows color (decimal): -3022410 or 11985361. OLE color: 11985361.
HSL color Cylindrical-coordinate representation of color #D1E1B6: hue angle of 82.33º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1E1B6 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 182 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.12 |
| HSL | 82.33º | 0.42% | 0.8% | - |
| HSV(B) | 82.33º | 0.19% | 0.88% | - |
| XYZ | 61.66 | 70.78 | 54.67 | - |
| YUV | 215.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 182 | 0.07 | 0 | 0.19 | 0.12 | 82.33 | 0.42 | 0.8 |
| Hex | D1 | E1 | B6 | 7 | 0 | 13 | C | 52 | 2A | 50 |
| Octal | 321 | 341 | 266 | 7 | 0 | 23 | 14 | 122 | 52 | 120 |
| Binary | 11010001 | 11100001 | 10110110 | 111 | 0 | 10011 | 1100 | 1010010 | 101010 | 1010000 |
Color Harmonies of #D1E1B6
Complementary color
Monochromatic Colors of #D1E1B6
Black with #D1E1B6
Text Example
Text Example
White with #D1E1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1B6; }
p { color: rgb(209,225,182); }
H1.HeaderClassName
{
color: #D1E1B6;
}
.AnyTagClassName
{
color: #D1E1B6;
}
</style>
background-color css
<style>
a { background-color: #D1E1B6; }
a { background-color: rgb(209,225,182); }
div.DivClassName
{
background-color: #D1E1B6;
}
.BgClassName
{
background-color: #D1E1B6;
}
</style>
border-color css
<style>
span { border-color: #D1E1B6; }
span { border-color: rgb(209,225,182); }
td.TdClassName
{
border-color: #D1E1B6;
}
.TagClassName
{
border-color: #D1E1B6;
}
</style>