Shades of Fog #DAD6E1
Tints of Fog #DAD6E1
RGB
CMYK
RGB Variations
Color information
#DAD6E1 (or 0xDAD6E1) is known color: Fog. HEX triplet: DA, D6 and E1. RGB value is (218,214,225). Sum of RGB (Red+Green+Blue) = 218+214+225=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAD6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6E1 is #25291E. Grayscale: #D8D8D8. Windows color (decimal): -2435359 or 14800602. OLE color: 14800602.
HSL color Cylindrical-coordinate representation of color #DAD6E1: hue angle of 261.82º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD6E1 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 214 | 225 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.12 |
| HSL | 261.82º | 0.15% | 0.86% | - |
| HSV(B) | 261.82º | 0.05% | 0.88% | - |
| XYZ | 66.55 | 68.43 | 80.94 | - |
| YUV | 216.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 225 | 0.03 | 0.05 | 0 | 0.12 | 261.82 | 0.15 | 0.86 |
| Hex | DA | D6 | E1 | 3 | 5 | 0 | C | 106 | F | 56 |
| Octal | 332 | 326 | 341 | 3 | 5 | 0 | 14 | 406 | 17 | 126 |
| Binary | 11011010 | 11010110 | 11100001 | 11 | 101 | 0 | 1100 | 100000110 | 1111 | 1010110 |
Color Harmonies of #DAD6E1
Complementary color
Monochromatic Colors of #DAD6E1
Black with #DAD6E1
Text Example
Text Example
White with #DAD6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6E1; }
p { color: rgb(218,214,225); }
H1.HeaderClassName
{
color: #DAD6E1;
}
.AnyTagClassName
{
color: #DAD6E1;
}
</style>
background-color css
<style>
a { background-color: #DAD6E1; }
a { background-color: rgb(218,214,225); }
div.DivClassName
{
background-color: #DAD6E1;
}
.BgClassName
{
background-color: #DAD6E1;
}
</style>
border-color css
<style>
span { border-color: #DAD6E1; }
span { border-color: rgb(218,214,225); }
td.TdClassName
{
border-color: #DAD6E1;
}
.TagClassName
{
border-color: #DAD6E1;
}
</style>