Shades of Ottoman #D1D9CB
Tints of Ottoman #D1D9CB
RGB
CMYK
RGB Variations
Color information
#D1D9CB (or 0xD1D9CB) is known color: Ottoman. HEX triplet: D1, D9 and CB. RGB value is (209,217,203). Sum of RGB (Red+Green+Blue) = 209+217+203=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CB is #2E2634. Grayscale: #D5D5D5. Windows color (decimal): -3024437 or 13359569. OLE color: 13359569.
HSL color Cylindrical-coordinate representation of color #D1D9CB: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1D9CB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 203 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.15 |
| HSL | 94.29º | 0.16% | 0.82% | - |
| HSV(B) | 94.29º | 0.06% | 0.85% | - |
| XYZ | 61.89 | 67.49 | 66.27 | - |
| YUV | 213.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 203 | 0.04 | 0 | 0.06 | 0.15 | 94.29 | 0.16 | 0.82 |
| Hex | D1 | D9 | CB | 4 | 0 | 6 | F | 5E | 10 | 52 |
| Octal | 321 | 331 | 313 | 4 | 0 | 6 | 17 | 136 | 20 | 122 |
| Binary | 11010001 | 11011001 | 11001011 | 100 | 0 | 110 | 1111 | 1011110 | 10000 | 1010010 |
Color Harmonies of #D1D9CB
Complementary color
Monochromatic Colors of #D1D9CB
Black with #D1D9CB
Text Example
Text Example
White with #D1D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9CB; }
p { color: rgb(209,217,203); }
H1.HeaderClassName
{
color: #D1D9CB;
}
.AnyTagClassName
{
color: #D1D9CB;
}
</style>
background-color css
<style>
a { background-color: #D1D9CB; }
a { background-color: rgb(209,217,203); }
div.DivClassName
{
background-color: #D1D9CB;
}
.BgClassName
{
background-color: #D1D9CB;
}
</style>
border-color css
<style>
span { border-color: #D1D9CB; }
span { border-color: rgb(209,217,203); }
td.TdClassName
{
border-color: #D1D9CB;
}
.TagClassName
{
border-color: #D1D9CB;
}
</style>