Shades of Iceberg #D4DDDB
Tints of Iceberg #D4DDDB
RGB
CMYK
RGB Variations
Color information
#D4DDDB (or 0xD4DDDB) is known color: Iceberg. HEX triplet: D4, DD and DB. RGB value is (212,221,219). Sum of RGB (Red+Green+Blue) = 212+221+219=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDDB is #2B2224. Grayscale: #DADADA. Windows color (decimal): -2826789 or 14409172. OLE color: 14409172.
HSL color Cylindrical-coordinate representation of color #D4DDDB: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4DDDB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 219 | - |
CMYK | 0.04 | 0 | 0.01 | 0.13 |
HSL | 166.67º | 0.12% | 0.85% | - |
HSV(B) | 166.67º | 0.04% | 0.87% | - |
XYZ | 65.79 | 70.82 | 77.22 | - |
YUV | 218.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 219 | 0.04 | 0 | 0.01 | 0.13 | 166.67 | 0.12 | 0.85 |
Hex | D4 | DD | DB | 4 | 0 | 1 | D | A7 | C | 55 |
Octal | 324 | 335 | 333 | 4 | 0 | 1 | 15 | 247 | 14 | 125 |
Binary | 11010100 | 11011101 | 11011011 | 100 | 0 | 1 | 1101 | 10100111 | 1100 | 1010101 |
Color Harmonies of #D4DDDB
Complementary color
Monochromatic Colors of #D4DDDB
Black with #D4DDDB
Text Example
Text Example
White with #D4DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDDB; }
p { color: rgb(212,221,219); }
H1.HeaderClassName
{
color: #D4DDDB;
}
.AnyTagClassName
{
color: #D4DDDB;
}
</style>
background-color css
<style>
a { background-color: #D4DDDB; }
a { background-color: rgb(212,221,219); }
div.DivClassName
{
background-color: #D4DDDB;
}
.BgClassName
{
background-color: #D4DDDB;
}
</style>
border-color css
<style>
span { border-color: #D4DDDB; }
span { border-color: rgb(212,221,219); }
td.TdClassName
{
border-color: #D4DDDB;
}
.TagClassName
{
border-color: #D4DDDB;
}
</style>