Shades of Fog #DAD7DF
Tints of Fog #DAD7DF
RGB
CMYK
RGB Variations
Color information
#DAD7DF (or 0xDAD7DF) is known color: Fog. HEX triplet: DA, D7 and DF. RGB value is (218,215,223). Sum of RGB (Red+Green+Blue) = 218+215+223=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DF is #252820. Grayscale: #D8D8D8. Windows color (decimal): -2435105 or 14669786. OLE color: 14669786.
HSL color Cylindrical-coordinate representation of color #DAD7DF: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD7DF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 215 | 223 | - |
CMYK | 0.02 | 0.04 | 0 | 0.13 |
HSL | 262.5º | 0.11% | 0.86% | - |
HSV(B) | 262.5º | 0.04% | 0.87% | - |
XYZ | 66.53 | 68.83 | 79.59 | - |
YUV | 216.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 223 | 0.02 | 0.04 | 0 | 0.13 | 262.5 | 0.11 | 0.86 |
Hex | DA | D7 | DF | 2 | 4 | 0 | D | 106 | B | 56 |
Octal | 332 | 327 | 337 | 2 | 4 | 0 | 15 | 406 | 13 | 126 |
Binary | 11011010 | 11010111 | 11011111 | 10 | 100 | 0 | 1101 | 100000110 | 1011 | 1010110 |
Color Harmonies of #DAD7DF
Complementary color
Monochromatic Colors of #DAD7DF
Black with #DAD7DF
Text Example
Text Example
White with #DAD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7DF; }
p { color: rgb(218,215,223); }
H1.HeaderClassName
{
color: #DAD7DF;
}
.AnyTagClassName
{
color: #DAD7DF;
}
</style>
background-color css
<style>
a { background-color: #DAD7DF; }
a { background-color: rgb(218,215,223); }
div.DivClassName
{
background-color: #DAD7DF;
}
.BgClassName
{
background-color: #DAD7DF;
}
</style>
border-color css
<style>
span { border-color: #DAD7DF; }
span { border-color: rgb(218,215,223); }
td.TdClassName
{
border-color: #DAD7DF;
}
.TagClassName
{
border-color: #DAD7DF;
}
</style>