Shades of Iceberg #D6DDDA
Tints of Iceberg #D6DDDA
RGB
CMYK
RGB Variations
Color information
#D6DDDA (or 0xD6DDDA) is known color: Iceberg. HEX triplet: D6, DD and DA. RGB value is (214,221,218). Sum of RGB (Red+Green+Blue) = 214+221+218=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDDA is #292225. Grayscale: #DADADA. Windows color (decimal): -2695718 or 14343638. OLE color: 14343638.
HSL color Cylindrical-coordinate representation of color #D6DDDA: hue angle of 154.29º 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 #D6DDDA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 221 | 218 | - |
CMYK | 0.03 | 0 | 0.01 | 0.13 |
HSL | 154.29º | 0.09% | 0.85% | - |
HSV(B) | 154.29º | 0.03% | 0.87% | - |
XYZ | 66.24 | 71.07 | 76.56 | - |
YUV | 218.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 221 | 218 | 0.03 | 0 | 0.01 | 0.13 | 154.29 | 0.09 | 0.85 |
Hex | D6 | DD | DA | 3 | 0 | 1 | D | 9A | 9 | 55 |
Octal | 326 | 335 | 332 | 3 | 0 | 1 | 15 | 232 | 11 | 125 |
Binary | 11010110 | 11011101 | 11011010 | 11 | 0 | 1 | 1101 | 10011010 | 1001 | 1010101 |
Color Harmonies of #D6DDDA
Complementary color
Monochromatic Colors of #D6DDDA
Black with #D6DDDA
Text Example
Text Example
White with #D6DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDDA; }
p { color: rgb(214,221,218); }
H1.HeaderClassName
{
color: #D6DDDA;
}
.AnyTagClassName
{
color: #D6DDDA;
}
</style>
background-color css
<style>
a { background-color: #D6DDDA; }
a { background-color: rgb(214,221,218); }
div.DivClassName
{
background-color: #D6DDDA;
}
.BgClassName
{
background-color: #D6DDDA;
}
</style>
border-color css
<style>
span { border-color: #D6DDDA; }
span { border-color: rgb(214,221,218); }
td.TdClassName
{
border-color: #D6DDDA;
}
.TagClassName
{
border-color: #D6DDDA;
}
</style>