Shades of Ottoman #D1D7CE
Tints of Ottoman #D1D7CE
RGB
CMYK
RGB Variations
Color information
#D1D7CE (or 0xD1D7CE) is known color: Ottoman. HEX triplet: D1, D7 and CE. RGB value is (209,215,206). Sum of RGB (Red+Green+Blue) = 209+215+206=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CE is #2E2831. Grayscale: #D4D4D4. Windows color (decimal): -3024946 or 13555665. OLE color: 13555665.
HSL color Cylindrical-coordinate representation of color #D1D7CE: hue angle of 100º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D7CE is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 206 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.16 |
| HSL | 100º | 0.1% | 0.83% | - |
| HSV(B) | 100º | 0.04% | 0.84% | - |
| XYZ | 61.74 | 66.61 | 68 | - |
| YUV | 212.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 206 | 0.03 | 0 | 0.04 | 0.16 | 100 | 0.1 | 0.83 |
| Hex | D1 | D7 | CE | 3 | 0 | 4 | 10 | 64 | A | 53 |
| Octal | 321 | 327 | 316 | 3 | 0 | 4 | 20 | 144 | 12 | 123 |
| Binary | 11010001 | 11010111 | 11001110 | 11 | 0 | 100 | 10000 | 1100100 | 1010 | 1010011 |
Color Harmonies of #D1D7CE
Complementary color
Monochromatic Colors of #D1D7CE
Black with #D1D7CE
Text Example
Text Example
White with #D1D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7CE; }
p { color: rgb(209,215,206); }
H1.HeaderClassName
{
color: #D1D7CE;
}
.AnyTagClassName
{
color: #D1D7CE;
}
</style>
background-color css
<style>
a { background-color: #D1D7CE; }
a { background-color: rgb(209,215,206); }
div.DivClassName
{
background-color: #D1D7CE;
}
.BgClassName
{
background-color: #D1D7CE;
}
</style>
border-color css
<style>
span { border-color: #D1D7CE; }
span { border-color: rgb(209,215,206); }
td.TdClassName
{
border-color: #D1D7CE;
}
.TagClassName
{
border-color: #D1D7CE;
}
</style>