Shades of Iceberg #D6DDDB
Tints of Iceberg #D6DDDB
RGB
CMYK
RGB Variations
Color information
#D6DDDB (or 0xD6DDDB) is known color: Iceberg. HEX triplet: D6, DD and DB. RGB value is (214,221,219). Sum of RGB (Red+Green+Blue) = 214+221+219=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDDB is #292224. Grayscale: #DADADA. Windows color (decimal): -2695717 or 14409174. OLE color: 14409174.
HSL color Cylindrical-coordinate representation of color #D6DDDB: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DDDB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 221 | 219 | - |
CMYK | 0.03 | 0 | 0.01 | 0.13 |
HSL | 162.86º | 0.09% | 0.85% | - |
HSV(B) | 162.86º | 0.03% | 0.87% | - |
XYZ | 66.37 | 71.12 | 77.25 | - |
YUV | 218.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 221 | 219 | 0.03 | 0 | 0.01 | 0.13 | 162.86 | 0.09 | 0.85 |
Hex | D6 | DD | DB | 3 | 0 | 1 | D | A3 | 9 | 55 |
Octal | 326 | 335 | 333 | 3 | 0 | 1 | 15 | 243 | 11 | 125 |
Binary | 11010110 | 11011101 | 11011011 | 11 | 0 | 1 | 1101 | 10100011 | 1001 | 1010101 |
Color Harmonies of #D6DDDB
Complementary color
Monochromatic Colors of #D6DDDB
Black with #D6DDDB
Text Example
Text Example
White with #D6DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDDB; }
p { color: rgb(214,221,219); }
H1.HeaderClassName
{
color: #D6DDDB;
}
.AnyTagClassName
{
color: #D6DDDB;
}
</style>
background-color css
<style>
a { background-color: #D6DDDB; }
a { background-color: rgb(214,221,219); }
div.DivClassName
{
background-color: #D6DDDB;
}
.BgClassName
{
background-color: #D6DDDB;
}
</style>
border-color css
<style>
span { border-color: #D6DDDB; }
span { border-color: rgb(214,221,219); }
td.TdClassName
{
border-color: #D6DDDB;
}
.TagClassName
{
border-color: #D6DDDB;
}
</style>