Shades of Ottoman #D3E7BD
Tints of Ottoman #D3E7BD
RGB
CMYK
RGB Variations
Color information
#D3E7BD (or 0xD3E7BD) is known color: Ottoman. HEX triplet: D3, E7 and BD. RGB value is (211,231,189). Sum of RGB (Red+Green+Blue) = 211+231+189=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E7BD is #2C1842. Grayscale: #DCDCDC. Windows color (decimal): -2889795 or 12445651. OLE color: 12445651.
HSL color Cylindrical-coordinate representation of color #D3E7BD: hue angle of 88.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3E7BD is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 189 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.09 |
| HSL | 88.57º | 0.47% | 0.82% | - |
| HSV(B) | 88.57º | 0.18% | 0.91% | - |
| XYZ | 64.63 | 74.67 | 59.15 | - |
| YUV | 220.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 189 | 0.09 | 0 | 0.18 | 0.09 | 88.57 | 0.47 | 0.82 |
| Hex | D3 | E7 | BD | 9 | 0 | 12 | 9 | 59 | 2F | 52 |
| Octal | 323 | 347 | 275 | 11 | 0 | 22 | 11 | 131 | 57 | 122 |
| Binary | 11010011 | 11100111 | 10111101 | 1001 | 0 | 10010 | 1001 | 1011001 | 101111 | 1010010 |
Color Harmonies of #D3E7BD
Complementary color
Monochromatic Colors of #D3E7BD
Black with #D3E7BD
Text Example
Text Example
White with #D3E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E7BD; }
p { color: rgb(211,231,189); }
H1.HeaderClassName
{
color: #D3E7BD;
}
.AnyTagClassName
{
color: #D3E7BD;
}
</style>
background-color css
<style>
a { background-color: #D3E7BD; }
a { background-color: rgb(211,231,189); }
div.DivClassName
{
background-color: #D3E7BD;
}
.BgClassName
{
background-color: #D3E7BD;
}
</style>
border-color css
<style>
span { border-color: #D3E7BD; }
span { border-color: rgb(211,231,189); }
td.TdClassName
{
border-color: #D3E7BD;
}
.TagClassName
{
border-color: #D3E7BD;
}
</style>