Shades of Fog #DAC0EF
Tints of Fog #DAC0EF
RGB
CMYK
RGB Variations
Color information
#DAC0EF (or 0xDAC0EF) is known color: Fog. HEX triplet: DA, C0 and EF. RGB value is (218,192,239). Sum of RGB (Red+Green+Blue) = 218+192+239=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC0EF is #253F10. Grayscale: #CCCCCC. Windows color (decimal): -2440977 or 15712474. OLE color: 15712474.
HSL color Cylindrical-coordinate representation of color #DAC0EF: hue angle of 273.19º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC0EF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 192 | 239 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.06 |
| HSL | 273.19º | 0.59% | 0.85% | - |
| HSV(B) | 273.19º | 0.2% | 0.94% | - |
| XYZ | 63.34 | 58.84 | 89.68 | - |
| YUV | 205.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 239 | 0.09 | 0.20 | 0 | 0.06 | 273.19 | 0.59 | 0.85 |
| Hex | DA | C0 | EF | 9 | 14 | 0 | 6 | 111 | 3B | 55 |
| Octal | 332 | 300 | 357 | 11 | 24 | 0 | 6 | 421 | 73 | 125 |
| Binary | 11011010 | 11000000 | 11101111 | 1001 | 10100 | 0 | 110 | 100010001 | 111011 | 1010101 |
Color Harmonies of #DAC0EF
Complementary color
Monochromatic Colors of #DAC0EF
Black with #DAC0EF
Text Example
Text Example
White with #DAC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0EF; }
p { color: rgb(218,192,239); }
H1.HeaderClassName
{
color: #DAC0EF;
}
.AnyTagClassName
{
color: #DAC0EF;
}
</style>
background-color css
<style>
a { background-color: #DAC0EF; }
a { background-color: rgb(218,192,239); }
div.DivClassName
{
background-color: #DAC0EF;
}
.BgClassName
{
background-color: #DAC0EF;
}
</style>
border-color css
<style>
span { border-color: #DAC0EF; }
span { border-color: rgb(218,192,239); }
td.TdClassName
{
border-color: #DAC0EF;
}
.TagClassName
{
border-color: #DAC0EF;
}
</style>