Shades of Fog #DAD1E5
Tints of Fog #DAD1E5
RGB
CMYK
RGB Variations
Color information
#DAD1E5 (or 0xDAD1E5) is known color: Fog. HEX triplet: DA, D1 and E5. RGB value is (218,209,229). Sum of RGB (Red+Green+Blue) = 218+209+229=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1E5 is #252E1A. Grayscale: #D5D5D5. Windows color (decimal): -2436635 or 15061466. OLE color: 15061466.
HSL color Cylindrical-coordinate representation of color #DAD1E5: hue angle of 267º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD1E5 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 209 | 229 | - |
CMYK | 0.05 | 0.09 | 0 | 0.10 |
HSL | 267º | 0.28% | 0.86% | - |
HSV(B) | 267º | 0.09% | 0.9% | - |
XYZ | 65.86 | 66.16 | 83.43 | - |
YUV | 213.97 | 136.48 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 229 | 0.05 | 0.09 | 0 | 0.10 | 267 | 0.28 | 0.86 |
Hex | DA | D1 | E5 | 5 | 9 | 0 | A | 10B | 1C | 56 |
Octal | 332 | 321 | 345 | 5 | 11 | 0 | 12 | 413 | 34 | 126 |
Binary | 11011010 | 11010001 | 11100101 | 101 | 1001 | 0 | 1010 | 100001011 | 11100 | 1010110 |
Color Harmonies of #DAD1E5
Complementary color
Monochromatic Colors of #DAD1E5
Black with #DAD1E5
Text Example
Text Example
White with #DAD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1E5; }
p { color: rgb(218,209,229); }
H1.HeaderClassName
{
color: #DAD1E5;
}
.AnyTagClassName
{
color: #DAD1E5;
}
</style>
background-color css
<style>
a { background-color: #DAD1E5; }
a { background-color: rgb(218,209,229); }
div.DivClassName
{
background-color: #DAD1E5;
}
.BgClassName
{
background-color: #DAD1E5;
}
</style>
border-color css
<style>
span { border-color: #DAD1E5; }
span { border-color: rgb(218,209,229); }
td.TdClassName
{
border-color: #DAD1E5;
}
.TagClassName
{
border-color: #DAD1E5;
}
</style>