Shades of Iceberg #D6DAD9
Tints of Iceberg #D6DAD9
RGB
CMYK
RGB Variations
Color information
#D6DAD9 (or 0xD6DAD9) is known color: Iceberg. HEX triplet: D6, DA and D9. RGB value is (214,218,217). Sum of RGB (Red+Green+Blue) = 214+218+217=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAD9 is #292526. Grayscale: #D8D8D8. Windows color (decimal): -2696487 or 14277334. OLE color: 14277334.
HSL color Cylindrical-coordinate representation of color #D6DAD9: hue angle of 165º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6DAD9 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 218 | 217 | - |
CMYK | 0.02 | 0 | 0.00 | 0.15 |
HSL | 165º | 0.05% | 0.85% | - |
HSV(B) | 165º | 0.02% | 0.85% | - |
XYZ | 65.33 | 69.45 | 75.61 | - |
YUV | 216.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 217 | 0.02 | 0 | 0.00 | 0.15 | 165 | 0.05 | 0.85 |
Hex | D6 | DA | D9 | 2 | 0 | 0 | F | A5 | 5 | 55 |
Octal | 326 | 332 | 331 | 2 | 0 | 0 | 17 | 245 | 5 | 125 |
Binary | 11010110 | 11011010 | 11011001 | 10 | 0 | 0 | 1111 | 10100101 | 101 | 1010101 |
Color Harmonies of #D6DAD9
Complementary color
Monochromatic Colors of #D6DAD9
Black with #D6DAD9
Text Example
Text Example
White with #D6DAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAD9; }
p { color: rgb(214,218,217); }
H1.HeaderClassName
{
color: #D6DAD9;
}
.AnyTagClassName
{
color: #D6DAD9;
}
</style>
background-color css
<style>
a { background-color: #D6DAD9; }
a { background-color: rgb(214,218,217); }
div.DivClassName
{
background-color: #D6DAD9;
}
.BgClassName
{
background-color: #D6DAD9;
}
</style>
border-color css
<style>
span { border-color: #D6DAD9; }
span { border-color: rgb(214,218,217); }
td.TdClassName
{
border-color: #D6DAD9;
}
.TagClassName
{
border-color: #D6DAD9;
}
</style>