Shades of Ottoman #D4E7BC
Tints of Ottoman #D4E7BC
RGB
CMYK
RGB Variations
Color information
#D4E7BC (or 0xD4E7BC) is known color: Ottoman. HEX triplet: D4, E7 and BC. RGB value is (212,231,188). Sum of RGB (Red+Green+Blue) = 212+231+188=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7BC is #2B1843. Grayscale: #DCDCDC. Windows color (decimal): -2824260 or 12380116. OLE color: 12380116.
HSL color Cylindrical-coordinate representation of color #D4E7BC: hue angle of 86.51º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4E7BC is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 188 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.09 |
| HSL | 86.51º | 0.47% | 0.82% | - |
| HSV(B) | 86.51º | 0.19% | 0.91% | - |
| XYZ | 64.8 | 74.78 | 58.6 | - |
| YUV | 220.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 188 | 0.08 | 0 | 0.19 | 0.09 | 86.51 | 0.47 | 0.82 |
| Hex | D4 | E7 | BC | 8 | 0 | 13 | 9 | 57 | 2F | 52 |
| Octal | 324 | 347 | 274 | 10 | 0 | 23 | 11 | 127 | 57 | 122 |
| Binary | 11010100 | 11100111 | 10111100 | 1000 | 0 | 10011 | 1001 | 1010111 | 101111 | 1010010 |
Color Harmonies of #D4E7BC
Complementary color
Monochromatic Colors of #D4E7BC
Black with #D4E7BC
Text Example
Text Example
White with #D4E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E7BC; }
p { color: rgb(212,231,188); }
H1.HeaderClassName
{
color: #D4E7BC;
}
.AnyTagClassName
{
color: #D4E7BC;
}
</style>
background-color css
<style>
a { background-color: #D4E7BC; }
a { background-color: rgb(212,231,188); }
div.DivClassName
{
background-color: #D4E7BC;
}
.BgClassName
{
background-color: #D4E7BC;
}
</style>
border-color css
<style>
span { border-color: #D4E7BC; }
span { border-color: rgb(212,231,188); }
td.TdClassName
{
border-color: #D4E7BC;
}
.TagClassName
{
border-color: #D4E7BC;
}
</style>