Shades of Iceberg #D2DFDA
Tints of Iceberg #D2DFDA
RGB
CMYK
RGB Variations
Color information
#D2DFDA (or 0xD2DFDA) is known color: Iceberg. HEX triplet: D2, DF and DA. RGB value is (210,223,218). Sum of RGB (Red+Green+Blue) = 210+223+218=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFDA is #2D2025. Grayscale: #DADADA. Windows color (decimal): -2957350 or 14344146. OLE color: 14344146.
HSL color Cylindrical-coordinate representation of color #D2DFDA: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DFDA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 218 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.13 |
| HSL | 156.92º | 0.17% | 0.85% | - |
| HSV(B) | 156.92º | 0.06% | 0.87% | - |
| XYZ | 65.62 | 71.54 | 76.68 | - |
| YUV | 218.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 218 | 0.06 | 0 | 0.02 | 0.13 | 156.92 | 0.17 | 0.85 |
| Hex | D2 | DF | DA | 6 | 0 | 2 | D | 9D | 11 | 55 |
| Octal | 322 | 337 | 332 | 6 | 0 | 2 | 15 | 235 | 21 | 125 |
| Binary | 11010010 | 11011111 | 11011010 | 110 | 0 | 10 | 1101 | 10011101 | 10001 | 1010101 |
Color Harmonies of #D2DFDA
Complementary color
Monochromatic Colors of #D2DFDA
Black with #D2DFDA
Text Example
Text Example
White with #D2DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFDA; }
p { color: rgb(210,223,218); }
H1.HeaderClassName
{
color: #D2DFDA;
}
.AnyTagClassName
{
color: #D2DFDA;
}
</style>
background-color css
<style>
a { background-color: #D2DFDA; }
a { background-color: rgb(210,223,218); }
div.DivClassName
{
background-color: #D2DFDA;
}
.BgClassName
{
background-color: #D2DFDA;
}
</style>
border-color css
<style>
span { border-color: #D2DFDA; }
span { border-color: rgb(210,223,218); }
td.TdClassName
{
border-color: #D2DFDA;
}
.TagClassName
{
border-color: #D2DFDA;
}
</style>