Shades of Iceberg #D5DCDA
Tints of Iceberg #D5DCDA
RGB
CMYK
RGB Variations
Color information
#D5DCDA (or 0xD5DCDA) is known color: Iceberg. HEX triplet: D5, DC and DA. RGB value is (213,220,218). Sum of RGB (Red+Green+Blue) = 213+220+218=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCDA is #2A2325. Grayscale: #D9D9D9. Windows color (decimal): -2761510 or 14343381. OLE color: 14343381.
HSL color Cylindrical-coordinate representation of color #D5DCDA: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5DCDA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 218 | - |
CMYK | 0.03 | 0 | 0.01 | 0.14 |
HSL | 162.86º | 0.09% | 0.85% | - |
HSV(B) | 162.86º | 0.03% | 0.86% | - |
XYZ | 65.69 | 70.39 | 76.46 | - |
YUV | 217.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 218 | 0.03 | 0 | 0.01 | 0.14 | 162.86 | 0.09 | 0.85 |
Hex | D5 | DC | DA | 3 | 0 | 1 | E | A3 | 9 | 55 |
Octal | 325 | 334 | 332 | 3 | 0 | 1 | 16 | 243 | 11 | 125 |
Binary | 11010101 | 11011100 | 11011010 | 11 | 0 | 1 | 1110 | 10100011 | 1001 | 1010101 |
Color Harmonies of #D5DCDA
Complementary color
Monochromatic Colors of #D5DCDA
Black with #D5DCDA
Text Example
Text Example
White with #D5DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCDA; }
p { color: rgb(213,220,218); }
H1.HeaderClassName
{
color: #D5DCDA;
}
.AnyTagClassName
{
color: #D5DCDA;
}
</style>
background-color css
<style>
a { background-color: #D5DCDA; }
a { background-color: rgb(213,220,218); }
div.DivClassName
{
background-color: #D5DCDA;
}
.BgClassName
{
background-color: #D5DCDA;
}
</style>
border-color css
<style>
span { border-color: #D5DCDA; }
span { border-color: rgb(213,220,218); }
td.TdClassName
{
border-color: #D5DCDA;
}
.TagClassName
{
border-color: #D5DCDA;
}
</style>