Shades of Ottoman #D3DDC6
Tints of Ottoman #D3DDC6
RGB
CMYK
RGB Variations
Color information
#D3DDC6 (or 0xD3DDC6) is known color: Ottoman. HEX triplet: D3, DD and C6. RGB value is (211,221,198). Sum of RGB (Red+Green+Blue) = 211+221+198=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDC6 is #2C2239. Grayscale: #D7D7D7. Windows color (decimal): -2892346 or 13032915. OLE color: 13032915.
HSL color Cylindrical-coordinate representation of color #D3DDC6: hue angle of 86.09º degrees, saturation: 0.25, 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 #D3DDC6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 198 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.13 |
| HSL | 86.09º | 0.25% | 0.82% | - |
| HSV(B) | 86.09º | 0.1% | 0.87% | - |
| XYZ | 62.91 | 69.64 | 63.55 | - |
| YUV | 215.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 198 | 0.05 | 0 | 0.10 | 0.13 | 86.09 | 0.25 | 0.82 |
| Hex | D3 | DD | C6 | 5 | 0 | A | D | 56 | 19 | 52 |
| Octal | 323 | 335 | 306 | 5 | 0 | 12 | 15 | 126 | 31 | 122 |
| Binary | 11010011 | 11011101 | 11000110 | 101 | 0 | 1010 | 1101 | 1010110 | 11001 | 1010010 |
Color Harmonies of #D3DDC6
Complementary color
Monochromatic Colors of #D3DDC6
Black with #D3DDC6
Text Example
Text Example
White with #D3DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDC6; }
p { color: rgb(211,221,198); }
H1.HeaderClassName
{
color: #D3DDC6;
}
.AnyTagClassName
{
color: #D3DDC6;
}
</style>
background-color css
<style>
a { background-color: #D3DDC6; }
a { background-color: rgb(211,221,198); }
div.DivClassName
{
background-color: #D3DDC6;
}
.BgClassName
{
background-color: #D3DDC6;
}
</style>
border-color css
<style>
span { border-color: #D3DDC6; }
span { border-color: rgb(211,221,198); }
td.TdClassName
{
border-color: #D3DDC6;
}
.TagClassName
{
border-color: #D3DDC6;
}
</style>