Shades of Ottoman #D1DBC5
Tints of Ottoman #D1DBC5
RGB
CMYK
RGB Variations
Color information
#D1DBC5 (or 0xD1DBC5) is known color: Ottoman. HEX triplet: D1, DB and C5. RGB value is (209,219,197). Sum of RGB (Red+Green+Blue) = 209+219+197=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBC5 is #2E243A. Grayscale: #D5D5D5. Windows color (decimal): -3023931 or 12966865. OLE color: 12966865.
HSL color Cylindrical-coordinate representation of color #D1DBC5: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DBC5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 197 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.14 |
| HSL | 87.27º | 0.23% | 0.82% | - |
| HSV(B) | 87.27º | 0.1% | 0.86% | - |
| XYZ | 61.7 | 68.25 | 62.74 | - |
| YUV | 213.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 197 | 0.05 | 0 | 0.10 | 0.14 | 87.27 | 0.23 | 0.82 |
| Hex | D1 | DB | C5 | 5 | 0 | A | E | 57 | 17 | 52 |
| Octal | 321 | 333 | 305 | 5 | 0 | 12 | 16 | 127 | 27 | 122 |
| Binary | 11010001 | 11011011 | 11000101 | 101 | 0 | 1010 | 1110 | 1010111 | 10111 | 1010010 |
Color Harmonies of #D1DBC5
Complementary color
Monochromatic Colors of #D1DBC5
Black with #D1DBC5
Text Example
Text Example
White with #D1DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBC5; }
p { color: rgb(209,219,197); }
H1.HeaderClassName
{
color: #D1DBC5;
}
.AnyTagClassName
{
color: #D1DBC5;
}
</style>
background-color css
<style>
a { background-color: #D1DBC5; }
a { background-color: rgb(209,219,197); }
div.DivClassName
{
background-color: #D1DBC5;
}
.BgClassName
{
background-color: #D1DBC5;
}
</style>
border-color css
<style>
span { border-color: #D1DBC5; }
span { border-color: rgb(209,219,197); }
td.TdClassName
{
border-color: #D1DBC5;
}
.TagClassName
{
border-color: #D1DBC5;
}
</style>