Shades of Fog #DAC6FA
Tints of Fog #DAC6FA
RGB
CMYK
RGB Variations
Color information
#DAC6FA (or 0xDAC6FA) is known color: Fog. HEX triplet: DA, C6 and FA. RGB value is (218,198,250). Sum of RGB (Red+Green+Blue) = 218+198+250=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC6FA is #253905. Grayscale: #D1D1D1. Windows color (decimal): -2439430 or 16434906. OLE color: 16434906.
HSL color Cylindrical-coordinate representation of color #DAC6FA: hue angle of 263.08º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC6FA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 198 | 250 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.02 |
| HSL | 263.08º | 0.84% | 0.88% | - |
| HSV(B) | 263.08º | 0.21% | 0.98% | - |
| XYZ | 66.36 | 62.2 | 98.95 | - |
| YUV | 209.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 250 | 0.13 | 0.21 | 0 | 0.02 | 263.08 | 0.84 | 0.88 |
| Hex | DA | C6 | FA | D | 15 | 0 | 2 | 107 | 54 | 58 |
| Octal | 332 | 306 | 372 | 15 | 25 | 0 | 2 | 407 | 124 | 130 |
| Binary | 11011010 | 11000110 | 11111010 | 1101 | 10101 | 0 | 10 | 100000111 | 1010100 | 1011000 |
Color Harmonies of #DAC6FA
Complementary color
Monochromatic Colors of #DAC6FA
Black with #DAC6FA
Text Example
Text Example
White with #DAC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6FA; }
p { color: rgb(218,198,250); }
H1.HeaderClassName
{
color: #DAC6FA;
}
.AnyTagClassName
{
color: #DAC6FA;
}
</style>
background-color css
<style>
a { background-color: #DAC6FA; }
a { background-color: rgb(218,198,250); }
div.DivClassName
{
background-color: #DAC6FA;
}
.BgClassName
{
background-color: #DAC6FA;
}
</style>
border-color css
<style>
span { border-color: #DAC6FA; }
span { border-color: rgb(218,198,250); }
td.TdClassName
{
border-color: #DAC6FA;
}
.TagClassName
{
border-color: #DAC6FA;
}
</style>