Shades of Iceberg #D5E0DC
Tints of Iceberg #D5E0DC
RGB
CMYK
RGB Variations
Color information
#D5E0DC (or 0xD5E0DC) is known color: Iceberg. HEX triplet: D5, E0 and DC. RGB value is (213,224,220). Sum of RGB (Red+Green+Blue) = 213+224+220=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0DC is #2A1F23. Grayscale: #DCDCDC. Windows color (decimal): -2760484 or 14475477. OLE color: 14475477.
HSL color Cylindrical-coordinate representation of color #D5E0DC: hue angle of 158.18º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5E0DC is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 220 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.12 |
| HSL | 158.18º | 0.15% | 0.86% | - |
| HSV(B) | 158.18º | 0.05% | 0.88% | - |
| XYZ | 67.01 | 72.62 | 78.2 | - |
| YUV | 220.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 220 | 0.05 | 0 | 0.02 | 0.12 | 158.18 | 0.15 | 0.86 |
| Hex | D5 | E0 | DC | 5 | 0 | 2 | C | 9E | F | 56 |
| Octal | 325 | 340 | 334 | 5 | 0 | 2 | 14 | 236 | 17 | 126 |
| Binary | 11010101 | 11100000 | 11011100 | 101 | 0 | 10 | 1100 | 10011110 | 1111 | 1010110 |
Color Harmonies of #D5E0DC
Complementary color
Monochromatic Colors of #D5E0DC
Black with #D5E0DC
Text Example
Text Example
White with #D5E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0DC; }
p { color: rgb(213,224,220); }
H1.HeaderClassName
{
color: #D5E0DC;
}
.AnyTagClassName
{
color: #D5E0DC;
}
</style>
background-color css
<style>
a { background-color: #D5E0DC; }
a { background-color: rgb(213,224,220); }
div.DivClassName
{
background-color: #D5E0DC;
}
.BgClassName
{
background-color: #D5E0DC;
}
</style>
border-color css
<style>
span { border-color: #D5E0DC; }
span { border-color: rgb(213,224,220); }
td.TdClassName
{
border-color: #D5E0DC;
}
.TagClassName
{
border-color: #D5E0DC;
}
</style>