Shades of Ottoman #D1DACB
Tints of Ottoman #D1DACB
RGB
CMYK
RGB Variations
Color information
#D1DACB (or 0xD1DACB) is known color: Ottoman. HEX triplet: D1, DA and CB. RGB value is (209,218,203). Sum of RGB (Red+Green+Blue) = 209+218+203=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DACB is #2E2534. Grayscale: #D5D5D5. Windows color (decimal): -3024181 or 13359825. OLE color: 13359825.
HSL color Cylindrical-coordinate representation of color #D1DACB: hue angle of 96º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1DACB is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 203 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.15 |
| HSL | 96º | 0.17% | 0.83% | - |
| HSV(B) | 96º | 0.07% | 0.85% | - |
| XYZ | 62.15 | 68.01 | 66.35 | - |
| YUV | 213.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 203 | 0.04 | 0 | 0.07 | 0.15 | 96 | 0.17 | 0.83 |
| Hex | D1 | DA | CB | 4 | 0 | 7 | F | 60 | 11 | 53 |
| Octal | 321 | 332 | 313 | 4 | 0 | 7 | 17 | 140 | 21 | 123 |
| Binary | 11010001 | 11011010 | 11001011 | 100 | 0 | 111 | 1111 | 1100000 | 10001 | 1010011 |
Color Harmonies of #D1DACB
Complementary color
Monochromatic Colors of #D1DACB
Black with #D1DACB
Text Example
Text Example
White with #D1DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DACB; }
p { color: rgb(209,218,203); }
H1.HeaderClassName
{
color: #D1DACB;
}
.AnyTagClassName
{
color: #D1DACB;
}
</style>
background-color css
<style>
a { background-color: #D1DACB; }
a { background-color: rgb(209,218,203); }
div.DivClassName
{
background-color: #D1DACB;
}
.BgClassName
{
background-color: #D1DACB;
}
</style>
border-color css
<style>
span { border-color: #D1DACB; }
span { border-color: rgb(209,218,203); }
td.TdClassName
{
border-color: #D1DACB;
}
.TagClassName
{
border-color: #D1DACB;
}
</style>