Shades of Fog #DAD2EC
Tints of Fog #DAD2EC
RGB
CMYK
RGB Variations
Color information
#DAD2EC (or 0xDAD2EC) is known color: Fog. HEX triplet: DA, D2 and EC. RGB value is (218,210,236). Sum of RGB (Red+Green+Blue) = 218+210+236=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2EC is #252D13. Grayscale: #D7D7D7. Windows color (decimal): -2436372 or 15520474. OLE color: 15520474.
HSL color Cylindrical-coordinate representation of color #DAD2EC: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD2EC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 210 | 236 | - |
CMYK | 0.08 | 0.11 | 0 | 0.07 |
HSL | 258.46º | 0.41% | 0.87% | - |
HSV(B) | 258.46º | 0.11% | 0.93% | - |
XYZ | 67.1 | 67.05 | 88.76 | - |
YUV | 215.36 | 139.65 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 236 | 0.08 | 0.11 | 0 | 0.07 | 258.46 | 0.41 | 0.87 |
Hex | DA | D2 | EC | 8 | B | 0 | 7 | 102 | 29 | 57 |
Octal | 332 | 322 | 354 | 10 | 13 | 0 | 7 | 402 | 51 | 127 |
Binary | 11011010 | 11010010 | 11101100 | 1000 | 1011 | 0 | 111 | 100000010 | 101001 | 1010111 |
Color Harmonies of #DAD2EC
Complementary color
Monochromatic Colors of #DAD2EC
Black with #DAD2EC
Text Example
Text Example
White with #DAD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2EC; }
p { color: rgb(218,210,236); }
H1.HeaderClassName
{
color: #DAD2EC;
}
.AnyTagClassName
{
color: #DAD2EC;
}
</style>
background-color css
<style>
a { background-color: #DAD2EC; }
a { background-color: rgb(218,210,236); }
div.DivClassName
{
background-color: #DAD2EC;
}
.BgClassName
{
background-color: #DAD2EC;
}
</style>
border-color css
<style>
span { border-color: #DAD2EC; }
span { border-color: rgb(218,210,236); }
td.TdClassName
{
border-color: #DAD2EC;
}
.TagClassName
{
border-color: #DAD2EC;
}
</style>