Shades of Fog #DAD2E9
Tints of Fog #DAD2E9
RGB
CMYK
RGB Variations
Color information
#DAD2E9 (or 0xDAD2E9) is known color: Fog. HEX triplet: DA, D2 and E9. RGB value is (218,210,233). Sum of RGB (Red+Green+Blue) = 218+210+233=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAD2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2E9 is #252D16. Grayscale: #D6D6D6. Windows color (decimal): -2436375 or 15323866. OLE color: 15323866.
HSL color Cylindrical-coordinate representation of color #DAD2E9: hue angle of 260.87º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD2E9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 210 | 233 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.09 |
| HSL | 260.87º | 0.34% | 0.87% | - |
| HSV(B) | 260.87º | 0.1% | 0.91% | - |
| XYZ | 66.67 | 66.88 | 86.49 | - |
| YUV | 215.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 233 | 0.06 | 0.10 | 0 | 0.09 | 260.87 | 0.34 | 0.87 |
| Hex | DA | D2 | E9 | 6 | A | 0 | 9 | 105 | 22 | 57 |
| Octal | 332 | 322 | 351 | 6 | 12 | 0 | 11 | 405 | 42 | 127 |
| Binary | 11011010 | 11010010 | 11101001 | 110 | 1010 | 0 | 1001 | 100000101 | 100010 | 1010111 |
Color Harmonies of #DAD2E9
Complementary color
Monochromatic Colors of #DAD2E9
Black with #DAD2E9
Text Example
Text Example
White with #DAD2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2E9; }
p { color: rgb(218,210,233); }
H1.HeaderClassName
{
color: #DAD2E9;
}
.AnyTagClassName
{
color: #DAD2E9;
}
</style>
background-color css
<style>
a { background-color: #DAD2E9; }
a { background-color: rgb(218,210,233); }
div.DivClassName
{
background-color: #DAD2E9;
}
.BgClassName
{
background-color: #DAD2E9;
}
</style>
border-color css
<style>
span { border-color: #DAD2E9; }
span { border-color: rgb(218,210,233); }
td.TdClassName
{
border-color: #DAD2E9;
}
.TagClassName
{
border-color: #DAD2E9;
}
</style>