Shades of Ottoman #D4DCCF
Tints of Ottoman #D4DCCF
RGB
CMYK
RGB Variations
Color information
#D4DCCF (or 0xD4DCCF) is known color: Ottoman. HEX triplet: D4, DC and CF. RGB value is (212,220,207). Sum of RGB (Red+Green+Blue) = 212+220+207=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCCF is #2B2330. Grayscale: #D8D8D8. Windows color (decimal): -2827057 or 13622484. OLE color: 13622484.
HSL color Cylindrical-coordinate representation of color #D4DCCF: hue angle of 96.92º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DCCF is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 207 | - |
CMYK | 0.04 | 0 | 0.06 | 0.14 |
HSL | 96.92º | 0.16% | 0.84% | - |
HSV(B) | 96.92º | 0.06% | 0.86% | - |
XYZ | 64.01 | 69.69 | 69.11 | - |
YUV | 216.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 207 | 0.04 | 0 | 0.06 | 0.14 | 96.92 | 0.16 | 0.84 |
Hex | D4 | DC | CF | 4 | 0 | 6 | E | 61 | 10 | 54 |
Octal | 324 | 334 | 317 | 4 | 0 | 6 | 16 | 141 | 20 | 124 |
Binary | 11010100 | 11011100 | 11001111 | 100 | 0 | 110 | 1110 | 1100001 | 10000 | 1010100 |
Color Harmonies of #D4DCCF
Complementary color
Monochromatic Colors of #D4DCCF
Black with #D4DCCF
Text Example
Text Example
White with #D4DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCCF; }
p { color: rgb(212,220,207); }
H1.HeaderClassName
{
color: #D4DCCF;
}
.AnyTagClassName
{
color: #D4DCCF;
}
</style>
background-color css
<style>
a { background-color: #D4DCCF; }
a { background-color: rgb(212,220,207); }
div.DivClassName
{
background-color: #D4DCCF;
}
.BgClassName
{
background-color: #D4DCCF;
}
</style>
border-color css
<style>
span { border-color: #D4DCCF; }
span { border-color: rgb(212,220,207); }
td.TdClassName
{
border-color: #D4DCCF;
}
.TagClassName
{
border-color: #D4DCCF;
}
</style>