Shades of Iceberg #D5DFDC
Tints of Iceberg #D5DFDC
RGB
CMYK
RGB Variations
Color information
#D5DFDC (or 0xD5DFDC) is known color: Iceberg. HEX triplet: D5, DF and DC. RGB value is (213,223,220). Sum of RGB (Red+Green+Blue) = 213+223+220=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFDC is #2A2023. Grayscale: #DBDBDB. Windows color (decimal): -2760740 or 14475221. OLE color: 14475221.
HSL color Cylindrical-coordinate representation of color #D5DFDC: hue angle of 162º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DFDC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 220 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.13 |
| HSL | 162º | 0.14% | 0.85% | - |
| HSV(B) | 162º | 0.04% | 0.87% | - |
| XYZ | 66.75 | 72.09 | 78.11 | - |
| YUV | 219.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 220 | 0.04 | 0 | 0.01 | 0.13 | 162 | 0.14 | 0.85 |
| Hex | D5 | DF | DC | 4 | 0 | 1 | D | A2 | E | 55 |
| Octal | 325 | 337 | 334 | 4 | 0 | 1 | 15 | 242 | 16 | 125 |
| Binary | 11010101 | 11011111 | 11011100 | 100 | 0 | 1 | 1101 | 10100010 | 1110 | 1010101 |
Color Harmonies of #D5DFDC
Complementary color
Monochromatic Colors of #D5DFDC
Black with #D5DFDC
Text Example
Text Example
White with #D5DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFDC; }
p { color: rgb(213,223,220); }
H1.HeaderClassName
{
color: #D5DFDC;
}
.AnyTagClassName
{
color: #D5DFDC;
}
</style>
background-color css
<style>
a { background-color: #D5DFDC; }
a { background-color: rgb(213,223,220); }
div.DivClassName
{
background-color: #D5DFDC;
}
.BgClassName
{
background-color: #D5DFDC;
}
</style>
border-color css
<style>
span { border-color: #D5DFDC; }
span { border-color: rgb(213,223,220); }
td.TdClassName
{
border-color: #D5DFDC;
}
.TagClassName
{
border-color: #D5DFDC;
}
</style>