Shades of Fog #DAC6EF
Tints of Fog #DAC6EF
RGB
CMYK
RGB Variations
Color information
#DAC6EF (or 0xDAC6EF) is known color: Fog. HEX triplet: DA, C6 and EF. RGB value is (218,198,239). Sum of RGB (Red+Green+Blue) = 218+198+239=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC6EF is #253910. Grayscale: #D0D0D0. Windows color (decimal): -2439441 or 15714010. OLE color: 15714010.
HSL color Cylindrical-coordinate representation of color #DAC6EF: hue angle of 269.27º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC6EF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 198 | 239 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.06 |
| HSL | 269.27º | 0.56% | 0.86% | - |
| HSV(B) | 269.27º | 0.17% | 0.94% | - |
| XYZ | 64.69 | 61.53 | 90.13 | - |
| YUV | 208.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 239 | 0.09 | 0.17 | 0 | 0.06 | 269.27 | 0.56 | 0.86 |
| Hex | DA | C6 | EF | 9 | 11 | 0 | 6 | 10D | 38 | 56 |
| Octal | 332 | 306 | 357 | 11 | 21 | 0 | 6 | 415 | 70 | 126 |
| Binary | 11011010 | 11000110 | 11101111 | 1001 | 10001 | 0 | 110 | 100001101 | 111000 | 1010110 |
Color Harmonies of #DAC6EF
Complementary color
Monochromatic Colors of #DAC6EF
Black with #DAC6EF
Text Example
Text Example
White with #DAC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6EF; }
p { color: rgb(218,198,239); }
H1.HeaderClassName
{
color: #DAC6EF;
}
.AnyTagClassName
{
color: #DAC6EF;
}
</style>
background-color css
<style>
a { background-color: #DAC6EF; }
a { background-color: rgb(218,198,239); }
div.DivClassName
{
background-color: #DAC6EF;
}
.BgClassName
{
background-color: #DAC6EF;
}
</style>
border-color css
<style>
span { border-color: #DAC6EF; }
span { border-color: rgb(218,198,239); }
td.TdClassName
{
border-color: #DAC6EF;
}
.TagClassName
{
border-color: #DAC6EF;
}
</style>