Shades of Ottoman #D3DCCC
Tints of Ottoman #D3DCCC
RGB
CMYK
RGB Variations
Color information
#D3DCCC (or 0xD3DCCC) is known color: Ottoman. HEX triplet: D3, DC and CC. RGB value is (211,220,204). Sum of RGB (Red+Green+Blue) = 211+220+204=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCCC is #2C2333. Grayscale: #D7D7D7. Windows color (decimal): -2892596 or 13425875. OLE color: 13425875.
HSL color Cylindrical-coordinate representation of color #D3DCCC: hue angle of 93.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3DCCC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 204 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.14 |
| HSL | 93.75º | 0.19% | 0.83% | - |
| HSV(B) | 93.75º | 0.07% | 0.86% | - |
| XYZ | 63.36 | 69.39 | 67.18 | - |
| YUV | 215.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 204 | 0.04 | 0 | 0.07 | 0.14 | 93.75 | 0.19 | 0.83 |
| Hex | D3 | DC | CC | 4 | 0 | 7 | E | 5E | 13 | 53 |
| Octal | 323 | 334 | 314 | 4 | 0 | 7 | 16 | 136 | 23 | 123 |
| Binary | 11010011 | 11011100 | 11001100 | 100 | 0 | 111 | 1110 | 1011110 | 10011 | 1010011 |
Color Harmonies of #D3DCCC
Complementary color
Monochromatic Colors of #D3DCCC
Black with #D3DCCC
Text Example
Text Example
White with #D3DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCCC; }
p { color: rgb(211,220,204); }
H1.HeaderClassName
{
color: #D3DCCC;
}
.AnyTagClassName
{
color: #D3DCCC;
}
</style>
background-color css
<style>
a { background-color: #D3DCCC; }
a { background-color: rgb(211,220,204); }
div.DivClassName
{
background-color: #D3DCCC;
}
.BgClassName
{
background-color: #D3DCCC;
}
</style>
border-color css
<style>
span { border-color: #D3DCCC; }
span { border-color: rgb(211,220,204); }
td.TdClassName
{
border-color: #D3DCCC;
}
.TagClassName
{
border-color: #D3DCCC;
}
</style>