Shades of Fog #DAD2E5
Tints of Fog #DAD2E5
RGB
CMYK
RGB Variations
Color information
#DAD2E5 (or 0xDAD2E5) is known color: Fog. HEX triplet: DA, D2 and E5. RGB value is (218,210,229). Sum of RGB (Red+Green+Blue) = 218+210+229=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2E5 is #252D1A. Grayscale: #D6D6D6. Windows color (decimal): -2436379 or 15061722. OLE color: 15061722.
HSL color Cylindrical-coordinate representation of color #DAD2E5: hue angle of 265.26º degrees, saturation: 0.27, 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 #DAD2E5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 210 | 229 | - |
CMYK | 0.05 | 0.08 | 0 | 0.10 |
HSL | 265.26º | 0.27% | 0.86% | - |
HSV(B) | 265.26º | 0.08% | 0.9% | - |
XYZ | 66.1 | 66.66 | 83.51 | - |
YUV | 214.56 | 136.15 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 229 | 0.05 | 0.08 | 0 | 0.10 | 265.26 | 0.27 | 0.86 |
Hex | DA | D2 | E5 | 5 | 8 | 0 | A | 109 | 1B | 56 |
Octal | 332 | 322 | 345 | 5 | 10 | 0 | 12 | 411 | 33 | 126 |
Binary | 11011010 | 11010010 | 11100101 | 101 | 1000 | 0 | 1010 | 100001001 | 11011 | 1010110 |
Color Harmonies of #DAD2E5
Complementary color
Monochromatic Colors of #DAD2E5
Black with #DAD2E5
Text Example
Text Example
White with #DAD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2E5; }
p { color: rgb(218,210,229); }
H1.HeaderClassName
{
color: #DAD2E5;
}
.AnyTagClassName
{
color: #DAD2E5;
}
</style>
background-color css
<style>
a { background-color: #DAD2E5; }
a { background-color: rgb(218,210,229); }
div.DivClassName
{
background-color: #DAD2E5;
}
.BgClassName
{
background-color: #DAD2E5;
}
</style>
border-color css
<style>
span { border-color: #DAD2E5; }
span { border-color: rgb(218,210,229); }
td.TdClassName
{
border-color: #DAD2E5;
}
.TagClassName
{
border-color: #DAD2E5;
}
</style>