Shades of Iceberg #D5DAD8
Tints of Iceberg #D5DAD8
RGB
CMYK
RGB Variations
Color information
#D5DAD8 (or 0xD5DAD8) is known color: Iceberg. HEX triplet: D5, DA and D8. RGB value is (213,218,216). Sum of RGB (Red+Green+Blue) = 213+218+216=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD8 is #2A2527. Grayscale: #D8D8D8. Windows color (decimal): -2762024 or 14211797. OLE color: 14211797.
HSL color Cylindrical-coordinate representation of color #D5DAD8: hue angle of 156º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D5DAD8 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 216 | - |
CMYK | 0.02 | 0 | 0.01 | 0.15 |
HSL | 156º | 0.06% | 0.85% | - |
HSV(B) | 156º | 0.02% | 0.85% | - |
XYZ | 64.91 | 69.25 | 74.91 | - |
YUV | 216.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 216 | 0.02 | 0 | 0.01 | 0.15 | 156 | 0.06 | 0.85 |
Hex | D5 | DA | D8 | 2 | 0 | 1 | F | 9C | 6 | 55 |
Octal | 325 | 332 | 330 | 2 | 0 | 1 | 17 | 234 | 6 | 125 |
Binary | 11010101 | 11011010 | 11011000 | 10 | 0 | 1 | 1111 | 10011100 | 110 | 1010101 |
Color Harmonies of #D5DAD8
Complementary color
Monochromatic Colors of #D5DAD8
Black with #D5DAD8
Text Example
Text Example
White with #D5DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAD8; }
p { color: rgb(213,218,216); }
H1.HeaderClassName
{
color: #D5DAD8;
}
.AnyTagClassName
{
color: #D5DAD8;
}
</style>
background-color css
<style>
a { background-color: #D5DAD8; }
a { background-color: rgb(213,218,216); }
div.DivClassName
{
background-color: #D5DAD8;
}
.BgClassName
{
background-color: #D5DAD8;
}
</style>
border-color css
<style>
span { border-color: #D5DAD8; }
span { border-color: rgb(213,218,216); }
td.TdClassName
{
border-color: #D5DAD8;
}
.TagClassName
{
border-color: #D5DAD8;
}
</style>