Shades of Ottoman #D2DFBD
Tints of Ottoman #D2DFBD
RGB
CMYK
RGB Variations
Color information
#D2DFBD (or 0xD2DFBD) is known color: Ottoman. HEX triplet: D2, DF and BD. RGB value is (210,223,189). Sum of RGB (Red+Green+Blue) = 210+223+189=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFBD is #2D2042. Grayscale: #D7D7D7. Windows color (decimal): -2957379 or 12443602. OLE color: 12443602.
HSL color Cylindrical-coordinate representation of color #D2DFBD: hue angle of 82.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DFBD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 189 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.13 |
| HSL | 82.94º | 0.35% | 0.81% | - |
| HSV(B) | 82.94º | 0.15% | 0.87% | - |
| XYZ | 62.15 | 70.15 | 58.41 | - |
| YUV | 215.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 189 | 0.06 | 0 | 0.15 | 0.13 | 82.94 | 0.35 | 0.81 |
| Hex | D2 | DF | BD | 6 | 0 | F | D | 53 | 23 | 51 |
| Octal | 322 | 337 | 275 | 6 | 0 | 17 | 15 | 123 | 43 | 121 |
| Binary | 11010010 | 11011111 | 10111101 | 110 | 0 | 1111 | 1101 | 1010011 | 100011 | 1010001 |
Color Harmonies of #D2DFBD
Complementary color
Monochromatic Colors of #D2DFBD
Black with #D2DFBD
Text Example
Text Example
White with #D2DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFBD; }
p { color: rgb(210,223,189); }
H1.HeaderClassName
{
color: #D2DFBD;
}
.AnyTagClassName
{
color: #D2DFBD;
}
</style>
background-color css
<style>
a { background-color: #D2DFBD; }
a { background-color: rgb(210,223,189); }
div.DivClassName
{
background-color: #D2DFBD;
}
.BgClassName
{
background-color: #D2DFBD;
}
</style>
border-color css
<style>
span { border-color: #D2DFBD; }
span { border-color: rgb(210,223,189); }
td.TdClassName
{
border-color: #D2DFBD;
}
.TagClassName
{
border-color: #D2DFBD;
}
</style>