Shades of Ottoman #D3DDCC
Tints of Ottoman #D3DDCC
RGB
CMYK
RGB Variations
Color information
#D3DDCC (or 0xD3DDCC) is known color: Ottoman. HEX triplet: D3, DD and CC. RGB value is (211,221,204). Sum of RGB (Red+Green+Blue) = 211+221+204=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDCC is #2C2233. Grayscale: #D8D8D8. Windows color (decimal): -2892340 or 13426131. OLE color: 13426131.
HSL color Cylindrical-coordinate representation of color #D3DDCC: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DDCC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 204 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.13 |
| HSL | 95.29º | 0.2% | 0.83% | - |
| HSV(B) | 95.29º | 0.08% | 0.87% | - |
| XYZ | 63.62 | 69.92 | 67.27 | - |
| YUV | 216.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 204 | 0.05 | 0 | 0.08 | 0.13 | 95.29 | 0.2 | 0.83 |
| Hex | D3 | DD | CC | 5 | 0 | 8 | D | 5F | 14 | 53 |
| Octal | 323 | 335 | 314 | 5 | 0 | 10 | 15 | 137 | 24 | 123 |
| Binary | 11010011 | 11011101 | 11001100 | 101 | 0 | 1000 | 1101 | 1011111 | 10100 | 1010011 |
Color Harmonies of #D3DDCC
Complementary color
Monochromatic Colors of #D3DDCC
Black with #D3DDCC
Text Example
Text Example
White with #D3DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDCC; }
p { color: rgb(211,221,204); }
H1.HeaderClassName
{
color: #D3DDCC;
}
.AnyTagClassName
{
color: #D3DDCC;
}
</style>
background-color css
<style>
a { background-color: #D3DDCC; }
a { background-color: rgb(211,221,204); }
div.DivClassName
{
background-color: #D3DDCC;
}
.BgClassName
{
background-color: #D3DDCC;
}
</style>
border-color css
<style>
span { border-color: #D3DDCC; }
span { border-color: rgb(211,221,204); }
td.TdClassName
{
border-color: #D3DDCC;
}
.TagClassName
{
border-color: #D3DDCC;
}
</style>