Shades of Iceberg #D3DCDA
Tints of Iceberg #D3DCDA
RGB
CMYK
RGB Variations
Color information
#D3DCDA (or 0xD3DCDA) is known color: Iceberg. HEX triplet: D3, DC and DA. RGB value is (211,220,218). Sum of RGB (Red+Green+Blue) = 211+220+218=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCDA is #2C2325. Grayscale: #D9D9D9. Windows color (decimal): -2892582 or 14343379. OLE color: 14343379.
HSL color Cylindrical-coordinate representation of color #D3DCDA: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3DCDA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 218 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.14 |
| HSL | 166.67º | 0.11% | 0.85% | - |
| HSV(B) | 166.67º | 0.04% | 0.86% | - |
| XYZ | 65.11 | 70.1 | 76.43 | - |
| YUV | 217.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 218 | 0.04 | 0 | 0.01 | 0.14 | 166.67 | 0.11 | 0.85 |
| Hex | D3 | DC | DA | 4 | 0 | 1 | E | A7 | B | 55 |
| Octal | 323 | 334 | 332 | 4 | 0 | 1 | 16 | 247 | 13 | 125 |
| Binary | 11010011 | 11011100 | 11011010 | 100 | 0 | 1 | 1110 | 10100111 | 1011 | 1010101 |
Color Harmonies of #D3DCDA
Complementary color
Monochromatic Colors of #D3DCDA
Black with #D3DCDA
Text Example
Text Example
White with #D3DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCDA; }
p { color: rgb(211,220,218); }
H1.HeaderClassName
{
color: #D3DCDA;
}
.AnyTagClassName
{
color: #D3DCDA;
}
</style>
background-color css
<style>
a { background-color: #D3DCDA; }
a { background-color: rgb(211,220,218); }
div.DivClassName
{
background-color: #D3DCDA;
}
.BgClassName
{
background-color: #D3DCDA;
}
</style>
border-color css
<style>
span { border-color: #D3DCDA; }
span { border-color: rgb(211,220,218); }
td.TdClassName
{
border-color: #D3DCDA;
}
.TagClassName
{
border-color: #D3DCDA;
}
</style>