Shades of Ottoman #D1E4BC
Tints of Ottoman #D1E4BC
RGB
CMYK
RGB Variations
Color information
#D1E4BC (or 0xD1E4BC) is known color: Ottoman. HEX triplet: D1, E4 and BC. RGB value is (209,228,188). Sum of RGB (Red+Green+Blue) = 209+228+188=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4BC is #2E1B43. Grayscale: #D9D9D9. Windows color (decimal): -3021636 or 12379345. OLE color: 12379345.
HSL color Cylindrical-coordinate representation of color #D1E4BC: hue angle of 88.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1E4BC is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 188 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.11 |
| HSL | 88.5º | 0.43% | 0.82% | - |
| HSV(B) | 88.5º | 0.18% | 0.89% | - |
| XYZ | 63.12 | 72.67 | 58.28 | - |
| YUV | 217.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 188 | 0.08 | 0 | 0.18 | 0.11 | 88.5 | 0.43 | 0.82 |
| Hex | D1 | E4 | BC | 8 | 0 | 12 | B | 58 | 2B | 52 |
| Octal | 321 | 344 | 274 | 10 | 0 | 22 | 13 | 130 | 53 | 122 |
| Binary | 11010001 | 11100100 | 10111100 | 1000 | 0 | 10010 | 1011 | 1011000 | 101011 | 1010010 |
Color Harmonies of #D1E4BC
Complementary color
Monochromatic Colors of #D1E4BC
Black with #D1E4BC
Text Example
Text Example
White with #D1E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4BC; }
p { color: rgb(209,228,188); }
H1.HeaderClassName
{
color: #D1E4BC;
}
.AnyTagClassName
{
color: #D1E4BC;
}
</style>
background-color css
<style>
a { background-color: #D1E4BC; }
a { background-color: rgb(209,228,188); }
div.DivClassName
{
background-color: #D1E4BC;
}
.BgClassName
{
background-color: #D1E4BC;
}
</style>
border-color css
<style>
span { border-color: #D1E4BC; }
span { border-color: rgb(209,228,188); }
td.TdClassName
{
border-color: #D1E4BC;
}
.TagClassName
{
border-color: #D1E4BC;
}
</style>