Shades of Ottoman #D3DECC
Tints of Ottoman #D3DECC
RGB
CMYK
RGB Variations
Color information
#D3DECC (or 0xD3DECC) is known color: Ottoman. HEX triplet: D3, DE and CC. RGB value is (211,222,204). Sum of RGB (Red+Green+Blue) = 211+222+204=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DECC is #2C2133. Grayscale: #D8D8D8. Windows color (decimal): -2892084 or 13426387. OLE color: 13426387.
HSL color Cylindrical-coordinate representation of color #D3DECC: hue angle of 96.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DECC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 204 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.13 |
| HSL | 96.67º | 0.21% | 0.84% | - |
| HSV(B) | 96.67º | 0.08% | 0.87% | - |
| XYZ | 63.88 | 70.45 | 67.36 | - |
| YUV | 216.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 204 | 0.05 | 0 | 0.08 | 0.13 | 96.67 | 0.21 | 0.84 |
| Hex | D3 | DE | CC | 5 | 0 | 8 | D | 61 | 15 | 54 |
| Octal | 323 | 336 | 314 | 5 | 0 | 10 | 15 | 141 | 25 | 124 |
| Binary | 11010011 | 11011110 | 11001100 | 101 | 0 | 1000 | 1101 | 1100001 | 10101 | 1010100 |
Color Harmonies of #D3DECC
Complementary color
Monochromatic Colors of #D3DECC
Black with #D3DECC
Text Example
Text Example
White with #D3DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DECC; }
p { color: rgb(211,222,204); }
H1.HeaderClassName
{
color: #D3DECC;
}
.AnyTagClassName
{
color: #D3DECC;
}
</style>
background-color css
<style>
a { background-color: #D3DECC; }
a { background-color: rgb(211,222,204); }
div.DivClassName
{
background-color: #D3DECC;
}
.BgClassName
{
background-color: #D3DECC;
}
</style>
border-color css
<style>
span { border-color: #D3DECC; }
span { border-color: rgb(211,222,204); }
td.TdClassName
{
border-color: #D3DECC;
}
.TagClassName
{
border-color: #D3DECC;
}
</style>