Shades of Ottoman #D4DCC8
Tints of Ottoman #D4DCC8
RGB
CMYK
RGB Variations
Color information
#D4DCC8 (or 0xD4DCC8) is known color: Ottoman. HEX triplet: D4, DC and C8. RGB value is (212,220,200). Sum of RGB (Red+Green+Blue) = 212+220+200=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCC8 is #2B2337. Grayscale: #D7D7D7. Windows color (decimal): -2827064 or 13163732. OLE color: 13163732.
HSL color Cylindrical-coordinate representation of color #D4DCC8: hue angle of 84º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DCC8 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 200 | - |
CMYK | 0.04 | 0 | 0.09 | 0.14 |
HSL | 84º | 0.22% | 0.82% | - |
HSV(B) | 84º | 0.09% | 0.86% | - |
XYZ | 63.17 | 69.35 | 64.7 | - |
YUV | 215.33 | 119.35 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 200 | 0.04 | 0 | 0.09 | 0.14 | 84 | 0.22 | 0.82 |
Hex | D4 | DC | C8 | 4 | 0 | 9 | E | 54 | 16 | 52 |
Octal | 324 | 334 | 310 | 4 | 0 | 11 | 16 | 124 | 26 | 122 |
Binary | 11010100 | 11011100 | 11001000 | 100 | 0 | 1001 | 1110 | 1010100 | 10110 | 1010010 |
Color Harmonies of #D4DCC8
Complementary color
Monochromatic Colors of #D4DCC8
Black with #D4DCC8
Text Example
Text Example
White with #D4DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCC8; }
p { color: rgb(212,220,200); }
H1.HeaderClassName
{
color: #D4DCC8;
}
.AnyTagClassName
{
color: #D4DCC8;
}
</style>
background-color css
<style>
a { background-color: #D4DCC8; }
a { background-color: rgb(212,220,200); }
div.DivClassName
{
background-color: #D4DCC8;
}
.BgClassName
{
background-color: #D4DCC8;
}
</style>
border-color css
<style>
span { border-color: #D4DCC8; }
span { border-color: rgb(212,220,200); }
td.TdClassName
{
border-color: #D4DCC8;
}
.TagClassName
{
border-color: #D4DCC8;
}
</style>