Shades of Ottoman #D3DDC7
Tints of Ottoman #D3DDC7
RGB
CMYK
RGB Variations
Color information
#D3DDC7 (or 0xD3DDC7) is known color: Ottoman. HEX triplet: D3, DD and C7. RGB value is (211,221,199). Sum of RGB (Red+Green+Blue) = 211+221+199=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDC7 is #2C2238. Grayscale: #D7D7D7. Windows color (decimal): -2892345 or 13098451. OLE color: 13098451.
HSL color Cylindrical-coordinate representation of color #D3DDC7: hue angle of 87.27º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3DDC7 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 199 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.13 |
| HSL | 87.27º | 0.24% | 0.82% | - |
| HSV(B) | 87.27º | 0.1% | 0.87% | - |
| XYZ | 63.03 | 69.69 | 64.16 | - |
| YUV | 215.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 199 | 0.05 | 0 | 0.10 | 0.13 | 87.27 | 0.24 | 0.82 |
| Hex | D3 | DD | C7 | 5 | 0 | A | D | 57 | 18 | 52 |
| Octal | 323 | 335 | 307 | 5 | 0 | 12 | 15 | 127 | 30 | 122 |
| Binary | 11010011 | 11011101 | 11000111 | 101 | 0 | 1010 | 1101 | 1010111 | 11000 | 1010010 |
Color Harmonies of #D3DDC7
Complementary color
Monochromatic Colors of #D3DDC7
Black with #D3DDC7
Text Example
Text Example
White with #D3DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDC7; }
p { color: rgb(211,221,199); }
H1.HeaderClassName
{
color: #D3DDC7;
}
.AnyTagClassName
{
color: #D3DDC7;
}
</style>
background-color css
<style>
a { background-color: #D3DDC7; }
a { background-color: rgb(211,221,199); }
div.DivClassName
{
background-color: #D3DDC7;
}
.BgClassName
{
background-color: #D3DDC7;
}
</style>
border-color css
<style>
span { border-color: #D3DDC7; }
span { border-color: rgb(211,221,199); }
td.TdClassName
{
border-color: #D3DDC7;
}
.TagClassName
{
border-color: #D3DDC7;
}
</style>