Shades of Iceberg #D3E1DC
Tints of Iceberg #D3E1DC
RGB
CMYK
RGB Variations
Color information
#D3E1DC (or 0xD3E1DC) is known color: Iceberg. HEX triplet: D3, E1 and DC. RGB value is (211,225,220). Sum of RGB (Red+Green+Blue) = 211+225+220=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1DC is #2C1E23. Grayscale: #DCDCDC. Windows color (decimal): -2891300 or 14475731. OLE color: 14475731.
HSL color Cylindrical-coordinate representation of color #D3E1DC: hue angle of 158.57º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3E1DC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 220 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.12 |
| HSL | 158.57º | 0.19% | 0.85% | - |
| HSV(B) | 158.57º | 0.06% | 0.88% | - |
| XYZ | 66.71 | 72.87 | 78.26 | - |
| YUV | 220.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 220 | 0.06 | 0 | 0.02 | 0.12 | 158.57 | 0.19 | 0.85 |
| Hex | D3 | E1 | DC | 6 | 0 | 2 | C | 9F | 13 | 55 |
| Octal | 323 | 341 | 334 | 6 | 0 | 2 | 14 | 237 | 23 | 125 |
| Binary | 11010011 | 11100001 | 11011100 | 110 | 0 | 10 | 1100 | 10011111 | 10011 | 1010101 |
Color Harmonies of #D3E1DC
Complementary color
Monochromatic Colors of #D3E1DC
Black with #D3E1DC
Text Example
Text Example
White with #D3E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1DC; }
p { color: rgb(211,225,220); }
H1.HeaderClassName
{
color: #D3E1DC;
}
.AnyTagClassName
{
color: #D3E1DC;
}
</style>
background-color css
<style>
a { background-color: #D3E1DC; }
a { background-color: rgb(211,225,220); }
div.DivClassName
{
background-color: #D3E1DC;
}
.BgClassName
{
background-color: #D3E1DC;
}
</style>
border-color css
<style>
span { border-color: #D3E1DC; }
span { border-color: rgb(211,225,220); }
td.TdClassName
{
border-color: #D3E1DC;
}
.TagClassName
{
border-color: #D3E1DC;
}
</style>