Shades of Iceberg #D4DCD9
Tints of Iceberg #D4DCD9
RGB
CMYK
RGB Variations
Color information
#D4DCD9 (or 0xD4DCD9) is known color: Iceberg. HEX triplet: D4, DC and D9. RGB value is (212,220,217). Sum of RGB (Red+Green+Blue) = 212+220+217=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCD9 is #2B2326. Grayscale: #D9D9D9. Windows color (decimal): -2827047 or 14277844. OLE color: 14277844.
HSL color Cylindrical-coordinate representation of color #D4DCD9: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4DCD9 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 217 | - |
CMYK | 0.04 | 0 | 0.01 | 0.14 |
HSL | 157.5º | 0.1% | 0.85% | - |
HSV(B) | 157.5º | 0.04% | 0.86% | - |
XYZ | 65.27 | 70.19 | 75.75 | - |
YUV | 217.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 217 | 0.04 | 0 | 0.01 | 0.14 | 157.5 | 0.1 | 0.85 |
Hex | D4 | DC | D9 | 4 | 0 | 1 | E | 9E | A | 55 |
Octal | 324 | 334 | 331 | 4 | 0 | 1 | 16 | 236 | 12 | 125 |
Binary | 11010100 | 11011100 | 11011001 | 100 | 0 | 1 | 1110 | 10011110 | 1010 | 1010101 |
Color Harmonies of #D4DCD9
Complementary color
Monochromatic Colors of #D4DCD9
Black with #D4DCD9
Text Example
Text Example
White with #D4DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCD9; }
p { color: rgb(212,220,217); }
H1.HeaderClassName
{
color: #D4DCD9;
}
.AnyTagClassName
{
color: #D4DCD9;
}
</style>
background-color css
<style>
a { background-color: #D4DCD9; }
a { background-color: rgb(212,220,217); }
div.DivClassName
{
background-color: #D4DCD9;
}
.BgClassName
{
background-color: #D4DCD9;
}
</style>
border-color css
<style>
span { border-color: #D4DCD9; }
span { border-color: rgb(212,220,217); }
td.TdClassName
{
border-color: #D4DCD9;
}
.TagClassName
{
border-color: #D4DCD9;
}
</style>