Shades of Fog #DAD0F6
Tints of Fog #DAD0F6
RGB
CMYK
RGB Variations
Color information
#DAD0F6 (or 0xDAD0F6) is known color: Fog. HEX triplet: DA, D0 and F6. RGB value is (218,208,246). Sum of RGB (Red+Green+Blue) = 218+208+246=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0F6 is #252F09. Grayscale: #D7D7D7. Windows color (decimal): -2436874 or 16175322. OLE color: 16175322.
HSL color Cylindrical-coordinate representation of color #DAD0F6: hue angle of 255.79º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD0F6 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 208 | 246 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.04 |
| HSL | 255.79º | 0.68% | 0.89% | - |
| HSV(B) | 255.79º | 0.15% | 0.96% | - |
| XYZ | 68.1 | 66.67 | 96.47 | - |
| YUV | 215.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 246 | 0.11 | 0.15 | 0 | 0.04 | 255.79 | 0.68 | 0.89 |
| Hex | DA | D0 | F6 | B | F | 0 | 4 | 100 | 44 | 59 |
| Octal | 332 | 320 | 366 | 13 | 17 | 0 | 4 | 400 | 104 | 131 |
| Binary | 11011010 | 11010000 | 11110110 | 1011 | 1111 | 0 | 100 | 100000000 | 1000100 | 1011001 |
Color Harmonies of #DAD0F6
Complementary color
Monochromatic Colors of #DAD0F6
Black with #DAD0F6
Text Example
Text Example
White with #DAD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0F6; }
p { color: rgb(218,208,246); }
H1.HeaderClassName
{
color: #DAD0F6;
}
.AnyTagClassName
{
color: #DAD0F6;
}
</style>
background-color css
<style>
a { background-color: #DAD0F6; }
a { background-color: rgb(218,208,246); }
div.DivClassName
{
background-color: #DAD0F6;
}
.BgClassName
{
background-color: #DAD0F6;
}
</style>
border-color css
<style>
span { border-color: #DAD0F6; }
span { border-color: rgb(218,208,246); }
td.TdClassName
{
border-color: #DAD0F6;
}
.TagClassName
{
border-color: #DAD0F6;
}
</style>