Shades of Iceberg #D5DEDC
Tints of Iceberg #D5DEDC
RGB
CMYK
RGB Variations
Color information
#D5DEDC (or 0xD5DEDC) is known color: Iceberg. HEX triplet: D5, DE and DC. RGB value is (213,222,220). Sum of RGB (Red+Green+Blue) = 213+222+220=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDC is #2A2123. Grayscale: #DBDBDB. Windows color (decimal): -2760996 or 14474965. OLE color: 14474965.
HSL color Cylindrical-coordinate representation of color #D5DEDC: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DEDC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 222 | 220 | - |
CMYK | 0.04 | 0 | 0.01 | 0.13 |
HSL | 166.67º | 0.12% | 0.85% | - |
HSV(B) | 166.67º | 0.04% | 0.87% | - |
XYZ | 66.48 | 71.56 | 78.02 | - |
YUV | 219.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 222 | 220 | 0.04 | 0 | 0.01 | 0.13 | 166.67 | 0.12 | 0.85 |
Hex | D5 | DE | DC | 4 | 0 | 1 | D | A7 | C | 55 |
Octal | 325 | 336 | 334 | 4 | 0 | 1 | 15 | 247 | 14 | 125 |
Binary | 11010101 | 11011110 | 11011100 | 100 | 0 | 1 | 1101 | 10100111 | 1100 | 1010101 |
Color Harmonies of #D5DEDC
Complementary color
Monochromatic Colors of #D5DEDC
Black with #D5DEDC
Text Example
Text Example
White with #D5DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEDC; }
p { color: rgb(213,222,220); }
H1.HeaderClassName
{
color: #D5DEDC;
}
.AnyTagClassName
{
color: #D5DEDC;
}
</style>
background-color css
<style>
a { background-color: #D5DEDC; }
a { background-color: rgb(213,222,220); }
div.DivClassName
{
background-color: #D5DEDC;
}
.BgClassName
{
background-color: #D5DEDC;
}
</style>
border-color css
<style>
span { border-color: #D5DEDC; }
span { border-color: rgb(213,222,220); }
td.TdClassName
{
border-color: #D5DEDC;
}
.TagClassName
{
border-color: #D5DEDC;
}
</style>