Shades of Fog #DAD9DC
Tints of Fog #DAD9DC
RGB
CMYK
RGB Variations
Color information
#DAD9DC (or 0xDAD9DC) is known color: Fog. HEX triplet: DA, D9 and DC. RGB value is (218,217,220). Sum of RGB (Red+Green+Blue) = 218+217+220=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9DC is #252623. Grayscale: #D9D9D9. Windows color (decimal): -2434596 or 14473690. OLE color: 14473690.
HSL color Cylindrical-coordinate representation of color #DAD9DC: hue angle of 260º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DAD9DC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 217 | 220 | - |
CMYK | 0.01 | 0.01 | 0 | 0.14 |
HSL | 260º | 0.04% | 0.86% | - |
HSV(B) | 260º | 0.01% | 0.86% | - |
XYZ | 66.64 | 69.7 | 77.65 | - |
YUV | 217.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 220 | 0.01 | 0.01 | 0 | 0.14 | 260 | 0.04 | 0.86 |
Hex | DA | D9 | DC | 1 | 1 | 0 | E | 104 | 4 | 56 |
Octal | 332 | 331 | 334 | 1 | 1 | 0 | 16 | 404 | 4 | 126 |
Binary | 11011010 | 11011001 | 11011100 | 1 | 1 | 0 | 1110 | 100000100 | 100 | 1010110 |
Color Harmonies of #DAD9DC
Complementary color
Monochromatic Colors of #DAD9DC
Black with #DAD9DC
Text Example
Text Example
White with #DAD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9DC; }
p { color: rgb(218,217,220); }
H1.HeaderClassName
{
color: #DAD9DC;
}
.AnyTagClassName
{
color: #DAD9DC;
}
</style>
background-color css
<style>
a { background-color: #DAD9DC; }
a { background-color: rgb(218,217,220); }
div.DivClassName
{
background-color: #DAD9DC;
}
.BgClassName
{
background-color: #DAD9DC;
}
</style>
border-color css
<style>
span { border-color: #DAD9DC; }
span { border-color: rgb(218,217,220); }
td.TdClassName
{
border-color: #DAD9DC;
}
.TagClassName
{
border-color: #DAD9DC;
}
</style>