Shades of Iceberg #D5D9D8
Tints of Iceberg #D5D9D8
RGB
CMYK
RGB Variations
Color information
#D5D9D8 (or 0xD5D9D8) is known color: Iceberg. HEX triplet: D5, D9 and D8. RGB value is (213,217,216). Sum of RGB (Red+Green+Blue) = 213+217+216=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9D8 is #2A2627. Grayscale: #D7D7D7. Windows color (decimal): -2762280 or 14211541. OLE color: 14211541.
HSL color Cylindrical-coordinate representation of color #D5D9D8: hue angle of 165º degrees, saturation: 0.05, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D5D9D8 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 217 | 216 | - |
CMYK | 0.02 | 0 | 0.00 | 0.15 |
HSL | 165º | 0.05% | 0.84% | - |
HSV(B) | 165º | 0.02% | 0.85% | - |
XYZ | 64.65 | 68.73 | 74.82 | - |
YUV | 215.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 216 | 0.02 | 0 | 0.00 | 0.15 | 165 | 0.05 | 0.84 |
Hex | D5 | D9 | D8 | 2 | 0 | 0 | F | A5 | 5 | 54 |
Octal | 325 | 331 | 330 | 2 | 0 | 0 | 17 | 245 | 5 | 124 |
Binary | 11010101 | 11011001 | 11011000 | 10 | 0 | 0 | 1111 | 10100101 | 101 | 1010100 |
Color Harmonies of #D5D9D8
Complementary color
Monochromatic Colors of #D5D9D8
Black with #D5D9D8
Text Example
Text Example
White with #D5D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9D8; }
p { color: rgb(213,217,216); }
H1.HeaderClassName
{
color: #D5D9D8;
}
.AnyTagClassName
{
color: #D5D9D8;
}
</style>
background-color css
<style>
a { background-color: #D5D9D8; }
a { background-color: rgb(213,217,216); }
div.DivClassName
{
background-color: #D5D9D8;
}
.BgClassName
{
background-color: #D5D9D8;
}
</style>
border-color css
<style>
span { border-color: #D5D9D8; }
span { border-color: rgb(213,217,216); }
td.TdClassName
{
border-color: #D5D9D8;
}
.TagClassName
{
border-color: #D5D9D8;
}
</style>