Shades of Ottoman #D3E6B7
Tints of Ottoman #D3E6B7
RGB
CMYK
RGB Variations
Color information
#D3E6B7 (or 0xD3E6B7) is known color: Ottoman. HEX triplet: D3, E6 and B7. RGB value is (211,230,183). Sum of RGB (Red+Green+Blue) = 211+230+183=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6B7 is #2C1948. Grayscale: #DBDBDB. Windows color (decimal): -2890057 or 12052179. OLE color: 12052179.
HSL color Cylindrical-coordinate representation of color #D3E6B7: hue angle of 84.26º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3E6B7 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 183 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.10 |
| HSL | 84.26º | 0.48% | 0.81% | - |
| HSV(B) | 84.26º | 0.2% | 0.9% | - |
| XYZ | 63.71 | 73.86 | 55.7 | - |
| YUV | 218.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 183 | 0.08 | 0 | 0.20 | 0.10 | 84.26 | 0.48 | 0.81 |
| Hex | D3 | E6 | B7 | 8 | 0 | 14 | A | 54 | 30 | 51 |
| Octal | 323 | 346 | 267 | 10 | 0 | 24 | 12 | 124 | 60 | 121 |
| Binary | 11010011 | 11100110 | 10110111 | 1000 | 0 | 10100 | 1010 | 1010100 | 110000 | 1010001 |
Color Harmonies of #D3E6B7
Complementary color
Monochromatic Colors of #D3E6B7
Black with #D3E6B7
Text Example
Text Example
White with #D3E6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6B7; }
p { color: rgb(211,230,183); }
H1.HeaderClassName
{
color: #D3E6B7;
}
.AnyTagClassName
{
color: #D3E6B7;
}
</style>
background-color css
<style>
a { background-color: #D3E6B7; }
a { background-color: rgb(211,230,183); }
div.DivClassName
{
background-color: #D3E6B7;
}
.BgClassName
{
background-color: #D3E6B7;
}
</style>
border-color css
<style>
span { border-color: #D3E6B7; }
span { border-color: rgb(211,230,183); }
td.TdClassName
{
border-color: #D3E6B7;
}
.TagClassName
{
border-color: #D3E6B7;
}
</style>