Shades of Ottoman #D1D7CD
Tints of Ottoman #D1D7CD
RGB
CMYK
RGB Variations
Color information
#D1D7CD (or 0xD1D7CD) is known color: Ottoman. HEX triplet: D1, D7 and CD. RGB value is (209,215,205). Sum of RGB (Red+Green+Blue) = 209+215+205=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CD is #2E2832. Grayscale: #D4D4D4. Windows color (decimal): -3024947 or 13490129. OLE color: 13490129.
HSL color Cylindrical-coordinate representation of color #D1D7CD: hue angle of 96º degrees, saturation: 0.11, 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 #D1D7CD is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 215 | 205 | - |
CMYK | 0.03 | 0 | 0.05 | 0.16 |
HSL | 96º | 0.11% | 0.82% | - |
HSV(B) | 96º | 0.05% | 0.84% | - |
XYZ | 61.61 | 66.56 | 67.36 | - |
YUV | 212.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 215 | 205 | 0.03 | 0 | 0.05 | 0.16 | 96 | 0.11 | 0.82 |
Hex | D1 | D7 | CD | 3 | 0 | 5 | 10 | 60 | B | 52 |
Octal | 321 | 327 | 315 | 3 | 0 | 5 | 20 | 140 | 13 | 122 |
Binary | 11010001 | 11010111 | 11001101 | 11 | 0 | 101 | 10000 | 1100000 | 1011 | 1010010 |
Color Harmonies of #D1D7CD
Complementary color
Monochromatic Colors of #D1D7CD
Black with #D1D7CD
Text Example
Text Example
White with #D1D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7CD; }
p { color: rgb(209,215,205); }
H1.HeaderClassName
{
color: #D1D7CD;
}
.AnyTagClassName
{
color: #D1D7CD;
}
</style>
background-color css
<style>
a { background-color: #D1D7CD; }
a { background-color: rgb(209,215,205); }
div.DivClassName
{
background-color: #D1D7CD;
}
.BgClassName
{
background-color: #D1D7CD;
}
</style>
border-color css
<style>
span { border-color: #D1D7CD; }
span { border-color: rgb(209,215,205); }
td.TdClassName
{
border-color: #D1D7CD;
}
.TagClassName
{
border-color: #D1D7CD;
}
</style>