Shades of Iceberg #D3DDDA
Tints of Iceberg #D3DDDA
RGB
CMYK
RGB Variations
Color information
#D3DDDA (or 0xD3DDDA) is known color: Iceberg. HEX triplet: D3, DD and DA. RGB value is (211,221,218). Sum of RGB (Red+Green+Blue) = 211+221+218=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDDA is #2C2225. Grayscale: #D9D9D9. Windows color (decimal): -2892326 or 14343635. OLE color: 14343635.
HSL color Cylindrical-coordinate representation of color #D3DDDA: hue angle of 162º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DDDA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 211 | 221 | 218 | - |
CMYK | 0.05 | 0 | 0.01 | 0.13 |
HSL | 162º | 0.13% | 0.85% | - |
HSV(B) | 162º | 0.05% | 0.87% | - |
XYZ | 65.38 | 70.62 | 76.52 | - |
YUV | 217.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 221 | 218 | 0.05 | 0 | 0.01 | 0.13 | 162 | 0.13 | 0.85 |
Hex | D3 | DD | DA | 5 | 0 | 1 | D | A2 | D | 55 |
Octal | 323 | 335 | 332 | 5 | 0 | 1 | 15 | 242 | 15 | 125 |
Binary | 11010011 | 11011101 | 11011010 | 101 | 0 | 1 | 1101 | 10100010 | 1101 | 1010101 |
Color Harmonies of #D3DDDA
Complementary color
Monochromatic Colors of #D3DDDA
Black with #D3DDDA
Text Example
Text Example
White with #D3DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDDA; }
p { color: rgb(211,221,218); }
H1.HeaderClassName
{
color: #D3DDDA;
}
.AnyTagClassName
{
color: #D3DDDA;
}
</style>
background-color css
<style>
a { background-color: #D3DDDA; }
a { background-color: rgb(211,221,218); }
div.DivClassName
{
background-color: #D3DDDA;
}
.BgClassName
{
background-color: #D3DDDA;
}
</style>
border-color css
<style>
span { border-color: #D3DDDA; }
span { border-color: rgb(211,221,218); }
td.TdClassName
{
border-color: #D3DDDA;
}
.TagClassName
{
border-color: #D3DDDA;
}
</style>