Shades of Ottoman #D1DFBD
Tints of Ottoman #D1DFBD
RGB
CMYK
RGB Variations
Color information
#D1DFBD (or 0xD1DFBD) is known color: Ottoman. HEX triplet: D1, DF and BD. RGB value is (209,223,189). Sum of RGB (Red+Green+Blue) = 209+223+189=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFBD is #2E2042. Grayscale: #D7D7D7. Windows color (decimal): -3022915 or 12443601. OLE color: 12443601.
HSL color Cylindrical-coordinate representation of color #D1DFBD: hue angle of 84.71º 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 #D1DFBD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 189 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.13 |
| HSL | 84.71º | 0.35% | 0.81% | - |
| HSV(B) | 84.71º | 0.15% | 0.87% | - |
| XYZ | 61.87 | 70 | 58.4 | - |
| YUV | 214.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 189 | 0.06 | 0 | 0.15 | 0.13 | 84.71 | 0.35 | 0.81 |
| Hex | D1 | DF | BD | 6 | 0 | F | D | 55 | 23 | 51 |
| Octal | 321 | 337 | 275 | 6 | 0 | 17 | 15 | 125 | 43 | 121 |
| Binary | 11010001 | 11011111 | 10111101 | 110 | 0 | 1111 | 1101 | 1010101 | 100011 | 1010001 |
Color Harmonies of #D1DFBD
Complementary color
Monochromatic Colors of #D1DFBD
Black with #D1DFBD
Text Example
Text Example
White with #D1DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFBD; }
p { color: rgb(209,223,189); }
H1.HeaderClassName
{
color: #D1DFBD;
}
.AnyTagClassName
{
color: #D1DFBD;
}
</style>
background-color css
<style>
a { background-color: #D1DFBD; }
a { background-color: rgb(209,223,189); }
div.DivClassName
{
background-color: #D1DFBD;
}
.BgClassName
{
background-color: #D1DFBD;
}
</style>
border-color css
<style>
span { border-color: #D1DFBD; }
span { border-color: rgb(209,223,189); }
td.TdClassName
{
border-color: #D1DFBD;
}
.TagClassName
{
border-color: #D1DFBD;
}
</style>