Shades of Ottoman #D1DFBF
Tints of Ottoman #D1DFBF
RGB
CMYK
RGB Variations
Color information
#D1DFBF (or 0xD1DFBF) is known color: Ottoman. HEX triplet: D1, DF and BF. RGB value is (209,223,191). Sum of RGB (Red+Green+Blue) = 209+223+191=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFBF is #2E2040. Grayscale: #D7D7D7. Windows color (decimal): -3022913 or 12574673. OLE color: 12574673.
HSL color Cylindrical-coordinate representation of color #D1DFBF: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DFBF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 191 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.13 |
| HSL | 86.25º | 0.33% | 0.81% | - |
| HSV(B) | 86.25º | 0.14% | 0.87% | - |
| XYZ | 62.09 | 70.09 | 59.55 | - |
| YUV | 215.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 191 | 0.06 | 0 | 0.14 | 0.13 | 86.25 | 0.33 | 0.81 |
| Hex | D1 | DF | BF | 6 | 0 | E | D | 56 | 21 | 51 |
| Octal | 321 | 337 | 277 | 6 | 0 | 16 | 15 | 126 | 41 | 121 |
| Binary | 11010001 | 11011111 | 10111111 | 110 | 0 | 1110 | 1101 | 1010110 | 100001 | 1010001 |
Color Harmonies of #D1DFBF
Complementary color
Monochromatic Colors of #D1DFBF
Black with #D1DFBF
Text Example
Text Example
White with #D1DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFBF; }
p { color: rgb(209,223,191); }
H1.HeaderClassName
{
color: #D1DFBF;
}
.AnyTagClassName
{
color: #D1DFBF;
}
</style>
background-color css
<style>
a { background-color: #D1DFBF; }
a { background-color: rgb(209,223,191); }
div.DivClassName
{
background-color: #D1DFBF;
}
.BgClassName
{
background-color: #D1DFBF;
}
</style>
border-color css
<style>
span { border-color: #D1DFBF; }
span { border-color: rgb(209,223,191); }
td.TdClassName
{
border-color: #D1DFBF;
}
.TagClassName
{
border-color: #D1DFBF;
}
</style>