Shades of Iceberg #DADEDD
Tints of Iceberg #DADEDD
RGB
CMYK
RGB Variations
Color information
#DADEDD (or 0xDADEDD) is known color: Iceberg. HEX triplet: DA, DE and DD. RGB value is (218,222,221). Sum of RGB (Red+Green+Blue) = 218+222+221=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEDD is #252122. Grayscale: #DCDCDC. Windows color (decimal): -2433315 or 14540506. OLE color: 14540506.
HSL color Cylindrical-coordinate representation of color #DADEDD: hue angle of 165º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADEDD is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 221 | - |
CMYK | 0.02 | 0 | 0.00 | 0.13 |
HSL | 165º | 0.06% | 0.86% | - |
HSV(B) | 165º | 0.02% | 0.87% | - |
XYZ | 68.09 | 72.37 | 78.79 | - |
YUV | 220.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 221 | 0.02 | 0 | 0.00 | 0.13 | 165 | 0.06 | 0.86 |
Hex | DA | DE | DD | 2 | 0 | 0 | D | A5 | 6 | 56 |
Octal | 332 | 336 | 335 | 2 | 0 | 0 | 15 | 245 | 6 | 126 |
Binary | 11011010 | 11011110 | 11011101 | 10 | 0 | 0 | 1101 | 10100101 | 110 | 1010110 |
Color Harmonies of #DADEDD
Complementary color
Monochromatic Colors of #DADEDD
Black with #DADEDD
Text Example
Text Example
White with #DADEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEDD; }
p { color: rgb(218,222,221); }
H1.HeaderClassName
{
color: #DADEDD;
}
.AnyTagClassName
{
color: #DADEDD;
}
</style>
background-color css
<style>
a { background-color: #DADEDD; }
a { background-color: rgb(218,222,221); }
div.DivClassName
{
background-color: #DADEDD;
}
.BgClassName
{
background-color: #DADEDD;
}
</style>
border-color css
<style>
span { border-color: #DADEDD; }
span { border-color: rgb(218,222,221); }
td.TdClassName
{
border-color: #DADEDD;
}
.TagClassName
{
border-color: #DADEDD;
}
</style>