Shades of Iceberg #D0DEDA
Tints of Iceberg #D0DEDA
RGB
CMYK
RGB Variations
Color information
#D0DEDA (or 0xD0DEDA) is known color: Iceberg. HEX triplet: D0, DE and DA. RGB value is (208,222,218). Sum of RGB (Red+Green+Blue) = 208+222+218=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEDA is #2F2125. Grayscale: #D9D9D9. Windows color (decimal): -3088678 or 14343888. OLE color: 14343888.
HSL color Cylindrical-coordinate representation of color #D0DEDA: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DEDA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 222 | 218 | - |
CMYK | 0.06 | 0 | 0.02 | 0.13 |
HSL | 162.86º | 0.18% | 0.84% | - |
HSV(B) | 162.86º | 0.06% | 0.87% | - |
XYZ | 64.79 | 70.71 | 76.56 | - |
YUV | 217.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 222 | 218 | 0.06 | 0 | 0.02 | 0.13 | 162.86 | 0.18 | 0.84 |
Hex | D0 | DE | DA | 6 | 0 | 2 | D | A3 | 12 | 54 |
Octal | 320 | 336 | 332 | 6 | 0 | 2 | 15 | 243 | 22 | 124 |
Binary | 11010000 | 11011110 | 11011010 | 110 | 0 | 10 | 1101 | 10100011 | 10010 | 1010100 |
Color Harmonies of #D0DEDA
Complementary color
Monochromatic Colors of #D0DEDA
Black with #D0DEDA
Text Example
Text Example
White with #D0DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEDA; }
p { color: rgb(208,222,218); }
H1.HeaderClassName
{
color: #D0DEDA;
}
.AnyTagClassName
{
color: #D0DEDA;
}
</style>
background-color css
<style>
a { background-color: #D0DEDA; }
a { background-color: rgb(208,222,218); }
div.DivClassName
{
background-color: #D0DEDA;
}
.BgClassName
{
background-color: #D0DEDA;
}
</style>
border-color css
<style>
span { border-color: #D0DEDA; }
span { border-color: rgb(208,222,218); }
td.TdClassName
{
border-color: #D0DEDA;
}
.TagClassName
{
border-color: #D0DEDA;
}
</style>