Shades of Iceberg #D4DCDA
Tints of Iceberg #D4DCDA
RGB
CMYK
RGB Variations
Color information
#D4DCDA (or 0xD4DCDA) is known color: Iceberg. HEX triplet: D4, DC and DA. RGB value is (212,220,218). Sum of RGB (Red+Green+Blue) = 212+220+218=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCDA is #2B2325. Grayscale: #D9D9D9. Windows color (decimal): -2827046 or 14343380. OLE color: 14343380.
HSL color Cylindrical-coordinate representation of color #D4DCDA: hue angle of 165º 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 #D4DCDA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 218 | - |
CMYK | 0.04 | 0 | 0.01 | 0.14 |
HSL | 165º | 0.1% | 0.85% | - |
HSV(B) | 165º | 0.04% | 0.86% | - |
XYZ | 65.4 | 70.25 | 76.44 | - |
YUV | 217.38 | 128.35 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 218 | 0.04 | 0 | 0.01 | 0.14 | 165 | 0.1 | 0.85 |
Hex | D4 | DC | DA | 4 | 0 | 1 | E | A5 | A | 55 |
Octal | 324 | 334 | 332 | 4 | 0 | 1 | 16 | 245 | 12 | 125 |
Binary | 11010100 | 11011100 | 11011010 | 100 | 0 | 1 | 1110 | 10100101 | 1010 | 1010101 |
Color Harmonies of #D4DCDA
Complementary color
Monochromatic Colors of #D4DCDA
Black with #D4DCDA
Text Example
Text Example
White with #D4DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCDA; }
p { color: rgb(212,220,218); }
H1.HeaderClassName
{
color: #D4DCDA;
}
.AnyTagClassName
{
color: #D4DCDA;
}
</style>
background-color css
<style>
a { background-color: #D4DCDA; }
a { background-color: rgb(212,220,218); }
div.DivClassName
{
background-color: #D4DCDA;
}
.BgClassName
{
background-color: #D4DCDA;
}
</style>
border-color css
<style>
span { border-color: #D4DCDA; }
span { border-color: rgb(212,220,218); }
td.TdClassName
{
border-color: #D4DCDA;
}
.TagClassName
{
border-color: #D4DCDA;
}
</style>