Shades of Fog #DAD3EC
Tints of Fog #DAD3EC
RGB
CMYK
RGB Variations
Color information
#DAD3EC (or 0xDAD3EC) is known color: Fog. HEX triplet: DA, D3 and EC. RGB value is (218,211,236). Sum of RGB (Red+Green+Blue) = 218+211+236=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3EC is #252C13. Grayscale: #D7D7D7. Windows color (decimal): -2436116 or 15520730. OLE color: 15520730.
HSL color Cylindrical-coordinate representation of color #DAD3EC: hue angle of 256.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD3EC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 211 | 236 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.07 |
| HSL | 256.8º | 0.4% | 0.88% | - |
| HSV(B) | 256.8º | 0.11% | 0.93% | - |
| XYZ | 67.35 | 67.55 | 88.85 | - |
| YUV | 215.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 236 | 0.08 | 0.11 | 0 | 0.07 | 256.8 | 0.4 | 0.88 |
| Hex | DA | D3 | EC | 8 | B | 0 | 7 | 101 | 28 | 58 |
| Octal | 332 | 323 | 354 | 10 | 13 | 0 | 7 | 401 | 50 | 130 |
| Binary | 11011010 | 11010011 | 11101100 | 1000 | 1011 | 0 | 111 | 100000001 | 101000 | 1011000 |
Color Harmonies of #DAD3EC
Complementary color
Monochromatic Colors of #DAD3EC
Black with #DAD3EC
Text Example
Text Example
White with #DAD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3EC; }
p { color: rgb(218,211,236); }
H1.HeaderClassName
{
color: #DAD3EC;
}
.AnyTagClassName
{
color: #DAD3EC;
}
</style>
background-color css
<style>
a { background-color: #DAD3EC; }
a { background-color: rgb(218,211,236); }
div.DivClassName
{
background-color: #DAD3EC;
}
.BgClassName
{
background-color: #DAD3EC;
}
</style>
border-color css
<style>
span { border-color: #DAD3EC; }
span { border-color: rgb(218,211,236); }
td.TdClassName
{
border-color: #DAD3EC;
}
.TagClassName
{
border-color: #DAD3EC;
}
</style>