Shades of Iceberg #D7DEDC
Tints of Iceberg #D7DEDC
RGB
CMYK
RGB Variations
Color information
#D7DEDC (or 0xD7DEDC) is known color: Iceberg. HEX triplet: D7, DE and DC. RGB value is (215,222,220). Sum of RGB (Red+Green+Blue) = 215+222+220=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEDC is #282123. Grayscale: #DBDBDB. Windows color (decimal): -2629924 or 14474967. OLE color: 14474967.
HSL color Cylindrical-coordinate representation of color #D7DEDC: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7DEDC is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 222 | 220 | - |
CMYK | 0.03 | 0 | 0.01 | 0.13 |
HSL | 162.86º | 0.1% | 0.86% | - |
HSV(B) | 162.86º | 0.03% | 0.87% | - |
XYZ | 67.06 | 71.86 | 78.05 | - |
YUV | 219.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 222 | 220 | 0.03 | 0 | 0.01 | 0.13 | 162.86 | 0.1 | 0.86 |
Hex | D7 | DE | DC | 3 | 0 | 1 | D | A3 | A | 56 |
Octal | 327 | 336 | 334 | 3 | 0 | 1 | 15 | 243 | 12 | 126 |
Binary | 11010111 | 11011110 | 11011100 | 11 | 0 | 1 | 1101 | 10100011 | 1010 | 1010110 |
Color Harmonies of #D7DEDC
Complementary color
Monochromatic Colors of #D7DEDC
Black with #D7DEDC
Text Example
Text Example
White with #D7DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DEDC; }
p { color: rgb(215,222,220); }
H1.HeaderClassName
{
color: #D7DEDC;
}
.AnyTagClassName
{
color: #D7DEDC;
}
</style>
background-color css
<style>
a { background-color: #D7DEDC; }
a { background-color: rgb(215,222,220); }
div.DivClassName
{
background-color: #D7DEDC;
}
.BgClassName
{
background-color: #D7DEDC;
}
</style>
border-color css
<style>
span { border-color: #D7DEDC; }
span { border-color: rgb(215,222,220); }
td.TdClassName
{
border-color: #D7DEDC;
}
.TagClassName
{
border-color: #D7DEDC;
}
</style>