Shades of Ottoman #D5E5BF
Tints of Ottoman #D5E5BF
RGB
CMYK
RGB Variations
Color information
#D5E5BF (or 0xD5E5BF) is known color: Ottoman. HEX triplet: D5, E5 and BF. RGB value is (213,229,191). Sum of RGB (Red+Green+Blue) = 213+229+191=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E5BF is #2A1A40. Grayscale: #DCDCDC. Windows color (decimal): -2759233 or 12576213. OLE color: 12576213.
HSL color Cylindrical-coordinate representation of color #D5E5BF: hue angle of 85.26º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5E5BF is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 191 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.10 |
| HSL | 85.26º | 0.42% | 0.82% | - |
| HSV(B) | 85.26º | 0.17% | 0.9% | - |
| XYZ | 64.86 | 73.95 | 60.14 | - |
| YUV | 219.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 191 | 0.07 | 0 | 0.17 | 0.10 | 85.26 | 0.42 | 0.82 |
| Hex | D5 | E5 | BF | 7 | 0 | 11 | A | 55 | 2A | 52 |
| Octal | 325 | 345 | 277 | 7 | 0 | 21 | 12 | 125 | 52 | 122 |
| Binary | 11010101 | 11100101 | 10111111 | 111 | 0 | 10001 | 1010 | 1010101 | 101010 | 1010010 |
Color Harmonies of #D5E5BF
Complementary color
Monochromatic Colors of #D5E5BF
Black with #D5E5BF
Text Example
Text Example
White with #D5E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5BF; }
p { color: rgb(213,229,191); }
H1.HeaderClassName
{
color: #D5E5BF;
}
.AnyTagClassName
{
color: #D5E5BF;
}
</style>
background-color css
<style>
a { background-color: #D5E5BF; }
a { background-color: rgb(213,229,191); }
div.DivClassName
{
background-color: #D5E5BF;
}
.BgClassName
{
background-color: #D5E5BF;
}
</style>
border-color css
<style>
span { border-color: #D5E5BF; }
span { border-color: rgb(213,229,191); }
td.TdClassName
{
border-color: #D5E5BF;
}
.TagClassName
{
border-color: #D5E5BF;
}
</style>