Shades of Ottoman #D5E7BE
Tints of Ottoman #D5E7BE
RGB
CMYK
RGB Variations
Color information
#D5E7BE (or 0xD5E7BE) is known color: Ottoman. HEX triplet: D5, E7 and BE. RGB value is (213,231,190). Sum of RGB (Red+Green+Blue) = 213+231+190=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E7BE is #2A1841. Grayscale: #DDDDDD. Windows color (decimal): -2758722 or 12511189. OLE color: 12511189.
HSL color Cylindrical-coordinate representation of color #D5E7BE: hue angle of 86.34º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5E7BE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 190 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.09 |
| HSL | 86.34º | 0.46% | 0.83% | - |
| HSV(B) | 86.34º | 0.18% | 0.91% | - |
| XYZ | 65.31 | 75.02 | 59.75 | - |
| YUV | 220.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 190 | 0.08 | 0 | 0.18 | 0.09 | 86.34 | 0.46 | 0.83 |
| Hex | D5 | E7 | BE | 8 | 0 | 12 | 9 | 56 | 2E | 53 |
| Octal | 325 | 347 | 276 | 10 | 0 | 22 | 11 | 126 | 56 | 123 |
| Binary | 11010101 | 11100111 | 10111110 | 1000 | 0 | 10010 | 1001 | 1010110 | 101110 | 1010011 |
Color Harmonies of #D5E7BE
Complementary color
Monochromatic Colors of #D5E7BE
Black with #D5E7BE
Text Example
Text Example
White with #D5E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E7BE; }
p { color: rgb(213,231,190); }
H1.HeaderClassName
{
color: #D5E7BE;
}
.AnyTagClassName
{
color: #D5E7BE;
}
</style>
background-color css
<style>
a { background-color: #D5E7BE; }
a { background-color: rgb(213,231,190); }
div.DivClassName
{
background-color: #D5E7BE;
}
.BgClassName
{
background-color: #D5E7BE;
}
</style>
border-color css
<style>
span { border-color: #D5E7BE; }
span { border-color: rgb(213,231,190); }
td.TdClassName
{
border-color: #D5E7BE;
}
.TagClassName
{
border-color: #D5E7BE;
}
</style>