Shades of Ottoman #D3E6BB
Tints of Ottoman #D3E6BB
RGB
CMYK
RGB Variations
Color information
#D3E6BB (or 0xD3E6BB) is known color: Ottoman. HEX triplet: D3, E6 and BB. RGB value is (211,230,187). Sum of RGB (Red+Green+Blue) = 211+230+187=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6BB is #2C1944. Grayscale: #DBDBDB. Windows color (decimal): -2890053 or 12314323. OLE color: 12314323.
HSL color Cylindrical-coordinate representation of color #D3E6BB: hue angle of 86.51º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3E6BB is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 187 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.10 |
| HSL | 86.51º | 0.46% | 0.82% | - |
| HSV(B) | 86.51º | 0.19% | 0.9% | - |
| XYZ | 64.13 | 74.03 | 57.92 | - |
| YUV | 219.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 187 | 0.08 | 0 | 0.19 | 0.10 | 86.51 | 0.46 | 0.82 |
| Hex | D3 | E6 | BB | 8 | 0 | 13 | A | 57 | 2E | 52 |
| Octal | 323 | 346 | 273 | 10 | 0 | 23 | 12 | 127 | 56 | 122 |
| Binary | 11010011 | 11100110 | 10111011 | 1000 | 0 | 10011 | 1010 | 1010111 | 101110 | 1010010 |
Color Harmonies of #D3E6BB
Complementary color
Monochromatic Colors of #D3E6BB
Black with #D3E6BB
Text Example
Text Example
White with #D3E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6BB; }
p { color: rgb(211,230,187); }
H1.HeaderClassName
{
color: #D3E6BB;
}
.AnyTagClassName
{
color: #D3E6BB;
}
</style>
background-color css
<style>
a { background-color: #D3E6BB; }
a { background-color: rgb(211,230,187); }
div.DivClassName
{
background-color: #D3E6BB;
}
.BgClassName
{
background-color: #D3E6BB;
}
</style>
border-color css
<style>
span { border-color: #D3E6BB; }
span { border-color: rgb(211,230,187); }
td.TdClassName
{
border-color: #D3E6BB;
}
.TagClassName
{
border-color: #D3E6BB;
}
</style>