Shades of Iceberg #D1DAD6
Tints of Iceberg #D1DAD6
RGB
CMYK
RGB Variations
Color information
#D1DAD6 (or 0xD1DAD6) is known color: Iceberg. HEX triplet: D1, DA and D6. RGB value is (209,218,214). Sum of RGB (Red+Green+Blue) = 209+218+214=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAD6 is #2E2529. Grayscale: #D6D6D6. Windows color (decimal): -3024170 or 14080721. OLE color: 14080721.
HSL color Cylindrical-coordinate representation of color #D1DAD6: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1DAD6 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 218 | 214 | - |
CMYK | 0.04 | 0 | 0.02 | 0.15 |
HSL | 153.33º | 0.11% | 0.84% | - |
HSV(B) | 153.33º | 0.04% | 0.85% | - |
XYZ | 63.5 | 68.55 | 73.5 | - |
YUV | 214.85 | 127.52 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 218 | 214 | 0.04 | 0 | 0.02 | 0.15 | 153.33 | 0.11 | 0.84 |
Hex | D1 | DA | D6 | 4 | 0 | 2 | F | 99 | B | 54 |
Octal | 321 | 332 | 326 | 4 | 0 | 2 | 17 | 231 | 13 | 124 |
Binary | 11010001 | 11011010 | 11010110 | 100 | 0 | 10 | 1111 | 10011001 | 1011 | 1010100 |
Color Harmonies of #D1DAD6
Complementary color
Monochromatic Colors of #D1DAD6
Black with #D1DAD6
Text Example
Text Example
White with #D1DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAD6; }
p { color: rgb(209,218,214); }
H1.HeaderClassName
{
color: #D1DAD6;
}
.AnyTagClassName
{
color: #D1DAD6;
}
</style>
background-color css
<style>
a { background-color: #D1DAD6; }
a { background-color: rgb(209,218,214); }
div.DivClassName
{
background-color: #D1DAD6;
}
.BgClassName
{
background-color: #D1DAD6;
}
</style>
border-color css
<style>
span { border-color: #D1DAD6; }
span { border-color: rgb(209,218,214); }
td.TdClassName
{
border-color: #D1DAD6;
}
.TagClassName
{
border-color: #D1DAD6;
}
</style>