Shades of Iceberg #D2DCD8
Tints of Iceberg #D2DCD8
RGB
CMYK
RGB Variations
Color information
#D2DCD8 (or 0xD2DCD8) is known color: Iceberg. HEX triplet: D2, DC and D8. RGB value is (210,220,216). Sum of RGB (Red+Green+Blue) = 210+220+216=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCD8 is #2D2327. Grayscale: #D8D8D8. Windows color (decimal): -2958120 or 14212306. OLE color: 14212306.
HSL color Cylindrical-coordinate representation of color #D2DCD8: hue angle of 156º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DCD8 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 216 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.14 |
| HSL | 156º | 0.13% | 0.84% | - |
| HSV(B) | 156º | 0.05% | 0.86% | - |
| XYZ | 64.57 | 69.85 | 75.04 | - |
| YUV | 216.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 216 | 0.05 | 0 | 0.02 | 0.14 | 156 | 0.13 | 0.84 |
| Hex | D2 | DC | D8 | 5 | 0 | 2 | E | 9C | C | 54 |
| Octal | 322 | 334 | 330 | 5 | 0 | 2 | 16 | 234 | 14 | 124 |
| Binary | 11010010 | 11011100 | 11011000 | 101 | 0 | 10 | 1110 | 10011100 | 1100 | 1010100 |
Color Harmonies of #D2DCD8
Complementary color
Monochromatic Colors of #D2DCD8
Black with #D2DCD8
Text Example
Text Example
White with #D2DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCD8; }
p { color: rgb(210,220,216); }
H1.HeaderClassName
{
color: #D2DCD8;
}
.AnyTagClassName
{
color: #D2DCD8;
}
</style>
background-color css
<style>
a { background-color: #D2DCD8; }
a { background-color: rgb(210,220,216); }
div.DivClassName
{
background-color: #D2DCD8;
}
.BgClassName
{
background-color: #D2DCD8;
}
</style>
border-color css
<style>
span { border-color: #D2DCD8; }
span { border-color: rgb(210,220,216); }
td.TdClassName
{
border-color: #D2DCD8;
}
.TagClassName
{
border-color: #D2DCD8;
}
</style>