Shades of Ottoman #D4DDCD
Tints of Ottoman #D4DDCD
RGB
CMYK
RGB Variations
Color information
#D4DDCD (or 0xD4DDCD) is known color: Ottoman. HEX triplet: D4, DD and CD. RGB value is (212,221,205). Sum of RGB (Red+Green+Blue) = 212+221+205=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCD is #2B2232. Grayscale: #D8D8D8. Windows color (decimal): -2826803 or 13491668. OLE color: 13491668.
HSL color Cylindrical-coordinate representation of color #D4DDCD: hue angle of 93.75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DDCD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 205 | - |
CMYK | 0.04 | 0 | 0.07 | 0.13 |
HSL | 93.75º | 0.19% | 0.84% | - |
HSV(B) | 93.75º | 0.07% | 0.87% | - |
XYZ | 64.03 | 70.12 | 67.92 | - |
YUV | 216.49 | 121.52 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 205 | 0.04 | 0 | 0.07 | 0.13 | 93.75 | 0.19 | 0.84 |
Hex | D4 | DD | CD | 4 | 0 | 7 | D | 5E | 13 | 54 |
Octal | 324 | 335 | 315 | 4 | 0 | 7 | 15 | 136 | 23 | 124 |
Binary | 11010100 | 11011101 | 11001101 | 100 | 0 | 111 | 1101 | 1011110 | 10011 | 1010100 |
Color Harmonies of #D4DDCD
Complementary color
Monochromatic Colors of #D4DDCD
Black with #D4DDCD
Text Example
Text Example
White with #D4DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDCD; }
p { color: rgb(212,221,205); }
H1.HeaderClassName
{
color: #D4DDCD;
}
.AnyTagClassName
{
color: #D4DDCD;
}
</style>
background-color css
<style>
a { background-color: #D4DDCD; }
a { background-color: rgb(212,221,205); }
div.DivClassName
{
background-color: #D4DDCD;
}
.BgClassName
{
background-color: #D4DDCD;
}
</style>
border-color css
<style>
span { border-color: #D4DDCD; }
span { border-color: rgb(212,221,205); }
td.TdClassName
{
border-color: #D4DDCD;
}
.TagClassName
{
border-color: #D4DDCD;
}
</style>