Shades of Iceberg #D2D8D6
Tints of Iceberg #D2D8D6
RGB
CMYK
RGB Variations
Color information
#D2D8D6 (or 0xD2D8D6) is known color: Iceberg. HEX triplet: D2, D8 and D6. RGB value is (210,216,214). Sum of RGB (Red+Green+Blue) = 210+216+214=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8D6 is #2D2729. Grayscale: #D5D5D5. Windows color (decimal): -2959146 or 14080210. OLE color: 14080210.
HSL color Cylindrical-coordinate representation of color #D2D8D6: hue angle of 160º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D8D6 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 214 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.15 |
| HSL | 160º | 0.07% | 0.84% | - |
| HSV(B) | 160º | 0.03% | 0.85% | - |
| XYZ | 63.27 | 67.67 | 73.34 | - |
| YUV | 213.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 214 | 0.03 | 0 | 0.01 | 0.15 | 160 | 0.07 | 0.84 |
| Hex | D2 | D8 | D6 | 3 | 0 | 1 | F | A0 | 7 | 54 |
| Octal | 322 | 330 | 326 | 3 | 0 | 1 | 17 | 240 | 7 | 124 |
| Binary | 11010010 | 11011000 | 11010110 | 11 | 0 | 1 | 1111 | 10100000 | 111 | 1010100 |
Color Harmonies of #D2D8D6
Complementary color
Monochromatic Colors of #D2D8D6
Black with #D2D8D6
Text Example
Text Example
White with #D2D8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8D6; }
p { color: rgb(210,216,214); }
H1.HeaderClassName
{
color: #D2D8D6;
}
.AnyTagClassName
{
color: #D2D8D6;
}
</style>
background-color css
<style>
a { background-color: #D2D8D6; }
a { background-color: rgb(210,216,214); }
div.DivClassName
{
background-color: #D2D8D6;
}
.BgClassName
{
background-color: #D2D8D6;
}
</style>
border-color css
<style>
span { border-color: #D2D8D6; }
span { border-color: rgb(210,216,214); }
td.TdClassName
{
border-color: #D2D8D6;
}
.TagClassName
{
border-color: #D2D8D6;
}
</style>