Shades of Ottoman #D5E8BF
Tints of Ottoman #D5E8BF
RGB
CMYK
RGB Variations
Color information
#D5E8BF (or 0xD5E8BF) is known color: Ottoman. HEX triplet: D5, E8 and BF. RGB value is (213,232,191). Sum of RGB (Red+Green+Blue) = 213+232+191=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8BF is #2A1740. Grayscale: #DDDDDD. Windows color (decimal): -2758465 or 12576981. OLE color: 12576981.
HSL color Cylindrical-coordinate representation of color #D5E8BF: hue angle of 87.8º degrees, saturation: 0.47, 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 #D5E8BF is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 191 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.09 |
| HSL | 87.8º | 0.47% | 0.83% | - |
| HSV(B) | 87.8º | 0.18% | 0.91% | - |
| XYZ | 65.7 | 75.62 | 60.42 | - |
| YUV | 221.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 191 | 0.08 | 0 | 0.18 | 0.09 | 87.8 | 0.47 | 0.83 |
| Hex | D5 | E8 | BF | 8 | 0 | 12 | 9 | 58 | 2F | 53 |
| Octal | 325 | 350 | 277 | 10 | 0 | 22 | 11 | 130 | 57 | 123 |
| Binary | 11010101 | 11101000 | 10111111 | 1000 | 0 | 10010 | 1001 | 1011000 | 101111 | 1010011 |
Color Harmonies of #D5E8BF
Complementary color
Monochromatic Colors of #D5E8BF
Black with #D5E8BF
Text Example
Text Example
White with #D5E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8BF; }
p { color: rgb(213,232,191); }
H1.HeaderClassName
{
color: #D5E8BF;
}
.AnyTagClassName
{
color: #D5E8BF;
}
</style>
background-color css
<style>
a { background-color: #D5E8BF; }
a { background-color: rgb(213,232,191); }
div.DivClassName
{
background-color: #D5E8BF;
}
.BgClassName
{
background-color: #D5E8BF;
}
</style>
border-color css
<style>
span { border-color: #D5E8BF; }
span { border-color: rgb(213,232,191); }
td.TdClassName
{
border-color: #D5E8BF;
}
.TagClassName
{
border-color: #D5E8BF;
}
</style>