Shades of Ottoman #D1DFBE
Tints of Ottoman #D1DFBE
RGB
CMYK
RGB Variations
Color information
#D1DFBE (or 0xD1DFBE) is known color: Ottoman. HEX triplet: D1, DF and BE. RGB value is (209,223,190). Sum of RGB (Red+Green+Blue) = 209+223+190=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFBE is #2E2041. Grayscale: #D7D7D7. Windows color (decimal): -3022914 or 12509137. OLE color: 12509137.
HSL color Cylindrical-coordinate representation of color #D1DFBE: hue angle of 85.45º degrees, saturation: 0.34, 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 #D1DFBE is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 190 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.13 |
| HSL | 85.45º | 0.34% | 0.81% | - |
| HSV(B) | 85.45º | 0.15% | 0.87% | - |
| XYZ | 61.98 | 70.05 | 58.97 | - |
| YUV | 215.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 190 | 0.06 | 0 | 0.15 | 0.13 | 85.45 | 0.34 | 0.81 |
| Hex | D1 | DF | BE | 6 | 0 | F | D | 55 | 22 | 51 |
| Octal | 321 | 337 | 276 | 6 | 0 | 17 | 15 | 125 | 42 | 121 |
| Binary | 11010001 | 11011111 | 10111110 | 110 | 0 | 1111 | 1101 | 1010101 | 100010 | 1010001 |
Color Harmonies of #D1DFBE
Complementary color
Monochromatic Colors of #D1DFBE
Black with #D1DFBE
Text Example
Text Example
White with #D1DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFBE; }
p { color: rgb(209,223,190); }
H1.HeaderClassName
{
color: #D1DFBE;
}
.AnyTagClassName
{
color: #D1DFBE;
}
</style>
background-color css
<style>
a { background-color: #D1DFBE; }
a { background-color: rgb(209,223,190); }
div.DivClassName
{
background-color: #D1DFBE;
}
.BgClassName
{
background-color: #D1DFBE;
}
</style>
border-color css
<style>
span { border-color: #D1DFBE; }
span { border-color: rgb(209,223,190); }
td.TdClassName
{
border-color: #D1DFBE;
}
.TagClassName
{
border-color: #D1DFBE;
}
</style>