Shades of Ottoman #D2E6B9
Tints of Ottoman #D2E6B9
RGB
CMYK
RGB Variations
Color information
#D2E6B9 (or 0xD2E6B9) is known color: Ottoman. HEX triplet: D2, E6 and B9. RGB value is (210,230,185). Sum of RGB (Red+Green+Blue) = 210+230+185=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E6B9 is #2D1946. Grayscale: #DBDBDB. Windows color (decimal): -2955591 or 12183250. OLE color: 12183250.
HSL color Cylindrical-coordinate representation of color #D2E6B9: hue angle of 86.67º degrees, saturation: 0.47, 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 #D2E6B9 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 185 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.10 |
| HSL | 86.67º | 0.47% | 0.81% | - |
| HSV(B) | 86.67º | 0.2% | 0.9% | - |
| XYZ | 63.63 | 73.8 | 56.79 | - |
| YUV | 218.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 185 | 0.09 | 0 | 0.20 | 0.10 | 86.67 | 0.47 | 0.81 |
| Hex | D2 | E6 | B9 | 9 | 0 | 14 | A | 57 | 2F | 51 |
| Octal | 322 | 346 | 271 | 11 | 0 | 24 | 12 | 127 | 57 | 121 |
| Binary | 11010010 | 11100110 | 10111001 | 1001 | 0 | 10100 | 1010 | 1010111 | 101111 | 1010001 |
Color Harmonies of #D2E6B9
Complementary color
Monochromatic Colors of #D2E6B9
Black with #D2E6B9
Text Example
Text Example
White with #D2E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E6B9; }
p { color: rgb(210,230,185); }
H1.HeaderClassName
{
color: #D2E6B9;
}
.AnyTagClassName
{
color: #D2E6B9;
}
</style>
background-color css
<style>
a { background-color: #D2E6B9; }
a { background-color: rgb(210,230,185); }
div.DivClassName
{
background-color: #D2E6B9;
}
.BgClassName
{
background-color: #D2E6B9;
}
</style>
border-color css
<style>
span { border-color: #D2E6B9; }
span { border-color: rgb(210,230,185); }
td.TdClassName
{
border-color: #D2E6B9;
}
.TagClassName
{
border-color: #D2E6B9;
}
</style>