Shades of Ottoman #D1D6CB
Tints of Ottoman #D1D6CB
RGB
CMYK
RGB Variations
Color information
#D1D6CB (or 0xD1D6CB) is known color: Ottoman. HEX triplet: D1, D6 and CB. RGB value is (209,214,203). Sum of RGB (Red+Green+Blue) = 209+214+203=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6CB is #2E2934. Grayscale: #D3D3D3. Windows color (decimal): -3025205 or 13358801. OLE color: 13358801.
HSL color Cylindrical-coordinate representation of color #D1D6CB: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D6CB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 214 | 203 | - |
CMYK | 0.02 | 0 | 0.05 | 0.16 |
HSL | 87.27º | 0.12% | 0.82% | - |
HSV(B) | 87.27º | 0.05% | 0.84% | - |
XYZ | 61.12 | 65.96 | 66.01 | - |
YUV | 211.25 | 123.34 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 214 | 203 | 0.02 | 0 | 0.05 | 0.16 | 87.27 | 0.12 | 0.82 |
Hex | D1 | D6 | CB | 2 | 0 | 5 | 10 | 57 | C | 52 |
Octal | 321 | 326 | 313 | 2 | 0 | 5 | 20 | 127 | 14 | 122 |
Binary | 11010001 | 11010110 | 11001011 | 10 | 0 | 101 | 10000 | 1010111 | 1100 | 1010010 |
Color Harmonies of #D1D6CB
Complementary color
Monochromatic Colors of #D1D6CB
Black with #D1D6CB
Text Example
Text Example
White with #D1D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6CB; }
p { color: rgb(209,214,203); }
H1.HeaderClassName
{
color: #D1D6CB;
}
.AnyTagClassName
{
color: #D1D6CB;
}
</style>
background-color css
<style>
a { background-color: #D1D6CB; }
a { background-color: rgb(209,214,203); }
div.DivClassName
{
background-color: #D1D6CB;
}
.BgClassName
{
background-color: #D1D6CB;
}
</style>
border-color css
<style>
span { border-color: #D1D6CB; }
span { border-color: rgb(209,214,203); }
td.TdClassName
{
border-color: #D1D6CB;
}
.TagClassName
{
border-color: #D1D6CB;
}
</style>