Shades of Ottoman #D2E4BA
Tints of Ottoman #D2E4BA
RGB
CMYK
RGB Variations
Color information
#D2E4BA (or 0xD2E4BA) is known color: Ottoman. HEX triplet: D2, E4 and BA. RGB value is (210,228,186). Sum of RGB (Red+Green+Blue) = 210+228+186=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E4BA is #2D1B45. Grayscale: #D9D9D9. Windows color (decimal): -2956102 or 12248274. OLE color: 12248274.
HSL color Cylindrical-coordinate representation of color #D2E4BA: hue angle of 85.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2E4BA is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 228 | 186 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.11 |
| HSL | 85.71º | 0.44% | 0.81% | - |
| HSV(B) | 85.71º | 0.18% | 0.89% | - |
| XYZ | 63.18 | 72.73 | 57.16 | - |
| YUV | 217.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 186 | 0.08 | 0 | 0.18 | 0.11 | 85.71 | 0.44 | 0.81 |
| Hex | D2 | E4 | BA | 8 | 0 | 12 | B | 56 | 2C | 51 |
| Octal | 322 | 344 | 272 | 10 | 0 | 22 | 13 | 126 | 54 | 121 |
| Binary | 11010010 | 11100100 | 10111010 | 1000 | 0 | 10010 | 1011 | 1010110 | 101100 | 1010001 |
Color Harmonies of #D2E4BA
Complementary color
Monochromatic Colors of #D2E4BA
Black with #D2E4BA
Text Example
Text Example
White with #D2E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E4BA; }
p { color: rgb(210,228,186); }
H1.HeaderClassName
{
color: #D2E4BA;
}
.AnyTagClassName
{
color: #D2E4BA;
}
</style>
background-color css
<style>
a { background-color: #D2E4BA; }
a { background-color: rgb(210,228,186); }
div.DivClassName
{
background-color: #D2E4BA;
}
.BgClassName
{
background-color: #D2E4BA;
}
</style>
border-color css
<style>
span { border-color: #D2E4BA; }
span { border-color: rgb(210,228,186); }
td.TdClassName
{
border-color: #D2E4BA;
}
.TagClassName
{
border-color: #D2E4BA;
}
</style>