Shades of Ottoman #D1D6CD
Tints of Ottoman #D1D6CD
RGB
CMYK
RGB Variations
Color information
#D1D6CD (or 0xD1D6CD) is known color: Ottoman. HEX triplet: D1, D6 and CD. RGB value is (209,214,205). Sum of RGB (Red+Green+Blue) = 209+214+205=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6CD is #2E2932. Grayscale: #D3D3D3. Windows color (decimal): -3025203 or 13489873. OLE color: 13489873.
HSL color Cylindrical-coordinate representation of color #D1D6CD: hue angle of 93.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D6CD is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 214 | 205 | - |
CMYK | 0.02 | 0 | 0.04 | 0.16 |
HSL | 93.33º | 0.1% | 0.82% | - |
HSV(B) | 93.33º | 0.04% | 0.84% | - |
XYZ | 61.36 | 66.06 | 67.27 | - |
YUV | 211.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 214 | 205 | 0.02 | 0 | 0.04 | 0.16 | 93.33 | 0.1 | 0.82 |
Hex | D1 | D6 | CD | 2 | 0 | 4 | 10 | 5D | A | 52 |
Octal | 321 | 326 | 315 | 2 | 0 | 4 | 20 | 135 | 12 | 122 |
Binary | 11010001 | 11010110 | 11001101 | 10 | 0 | 100 | 10000 | 1011101 | 1010 | 1010010 |
Color Harmonies of #D1D6CD
Complementary color
Monochromatic Colors of #D1D6CD
Black with #D1D6CD
Text Example
Text Example
White with #D1D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6CD; }
p { color: rgb(209,214,205); }
H1.HeaderClassName
{
color: #D1D6CD;
}
.AnyTagClassName
{
color: #D1D6CD;
}
</style>
background-color css
<style>
a { background-color: #D1D6CD; }
a { background-color: rgb(209,214,205); }
div.DivClassName
{
background-color: #D1D6CD;
}
.BgClassName
{
background-color: #D1D6CD;
}
</style>
border-color css
<style>
span { border-color: #D1D6CD; }
span { border-color: rgb(209,214,205); }
td.TdClassName
{
border-color: #D1D6CD;
}
.TagClassName
{
border-color: #D1D6CD;
}
</style>