Shades of Fog #DAD3E5
Tints of Fog #DAD3E5
RGB
CMYK
RGB Variations
Color information
#DAD3E5 (or 0xDAD3E5) is known color: Fog. HEX triplet: DA, D3 and E5. RGB value is (218,211,229). Sum of RGB (Red+Green+Blue) = 218+211+229=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3E5 is #252C1A. Grayscale: #D7D7D7. Windows color (decimal): -2436123 or 15061978. OLE color: 15061978.
HSL color Cylindrical-coordinate representation of color #DAD3E5: hue angle of 263.33º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD3E5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 211 | 229 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.10 |
| HSL | 263.33º | 0.26% | 0.86% | - |
| HSV(B) | 263.33º | 0.08% | 0.9% | - |
| XYZ | 66.35 | 67.15 | 83.59 | - |
| YUV | 215.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 229 | 0.05 | 0.08 | 0 | 0.10 | 263.33 | 0.26 | 0.86 |
| Hex | DA | D3 | E5 | 5 | 8 | 0 | A | 107 | 1A | 56 |
| Octal | 332 | 323 | 345 | 5 | 10 | 0 | 12 | 407 | 32 | 126 |
| Binary | 11011010 | 11010011 | 11100101 | 101 | 1000 | 0 | 1010 | 100000111 | 11010 | 1010110 |
Color Harmonies of #DAD3E5
Complementary color
Monochromatic Colors of #DAD3E5
Black with #DAD3E5
Text Example
Text Example
White with #DAD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3E5; }
p { color: rgb(218,211,229); }
H1.HeaderClassName
{
color: #DAD3E5;
}
.AnyTagClassName
{
color: #DAD3E5;
}
</style>
background-color css
<style>
a { background-color: #DAD3E5; }
a { background-color: rgb(218,211,229); }
div.DivClassName
{
background-color: #DAD3E5;
}
.BgClassName
{
background-color: #DAD3E5;
}
</style>
border-color css
<style>
span { border-color: #DAD3E5; }
span { border-color: rgb(218,211,229); }
td.TdClassName
{
border-color: #DAD3E5;
}
.TagClassName
{
border-color: #DAD3E5;
}
</style>