Shades of Iceberg #D7DDDB
Tints of Iceberg #D7DDDB
RGB
CMYK
RGB Variations
Color information
#D7DDDB (or 0xD7DDDB) is known color: Iceberg. HEX triplet: D7, DD and DB. RGB value is (215,221,219). Sum of RGB (Red+Green+Blue) = 215+221+219=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDDB is #282224. Grayscale: #DADADA. Windows color (decimal): -2630181 or 14409175. OLE color: 14409175.
HSL color Cylindrical-coordinate representation of color #D7DDDB: hue angle of 160º degrees, saturation: 0.08, 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 #D7DDDB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 219 | - |
CMYK | 0.03 | 0 | 0.01 | 0.13 |
HSL | 160º | 0.08% | 0.85% | - |
HSV(B) | 160º | 0.03% | 0.87% | - |
XYZ | 66.67 | 71.27 | 77.26 | - |
YUV | 218.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 219 | 0.03 | 0 | 0.01 | 0.13 | 160 | 0.08 | 0.85 |
Hex | D7 | DD | DB | 3 | 0 | 1 | D | A0 | 8 | 55 |
Octal | 327 | 335 | 333 | 3 | 0 | 1 | 15 | 240 | 10 | 125 |
Binary | 11010111 | 11011101 | 11011011 | 11 | 0 | 1 | 1101 | 10100000 | 1000 | 1010101 |
Color Harmonies of #D7DDDB
Complementary color
Monochromatic Colors of #D7DDDB
Black with #D7DDDB
Text Example
Text Example
White with #D7DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDDB; }
p { color: rgb(215,221,219); }
H1.HeaderClassName
{
color: #D7DDDB;
}
.AnyTagClassName
{
color: #D7DDDB;
}
</style>
background-color css
<style>
a { background-color: #D7DDDB; }
a { background-color: rgb(215,221,219); }
div.DivClassName
{
background-color: #D7DDDB;
}
.BgClassName
{
background-color: #D7DDDB;
}
</style>
border-color css
<style>
span { border-color: #D7DDDB; }
span { border-color: rgb(215,221,219); }
td.TdClassName
{
border-color: #D7DDDB;
}
.TagClassName
{
border-color: #D7DDDB;
}
</style>