Shades of Fog #DAC0EE
Tints of Fog #DAC0EE
RGB
CMYK
RGB Variations
Color information
#DAC0EE (or 0xDAC0EE) is known color: Fog. HEX triplet: DA, C0 and EE. RGB value is (218,192,238). Sum of RGB (Red+Green+Blue) = 218+192+238=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC0EE is #253F11. Grayscale: #CCCCCC. Windows color (decimal): -2440978 or 15646938. OLE color: 15646938.
HSL color Cylindrical-coordinate representation of color #DAC0EE: hue angle of 273.91º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAC0EE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 192 | 238 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.07 |
| HSL | 273.91º | 0.58% | 0.84% | - |
| HSV(B) | 273.91º | 0.19% | 0.93% | - |
| XYZ | 63.2 | 58.78 | 88.9 | - |
| YUV | 205.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 238 | 0.08 | 0.19 | 0 | 0.07 | 273.91 | 0.58 | 0.84 |
| Hex | DA | C0 | EE | 8 | 13 | 0 | 7 | 112 | 3A | 54 |
| Octal | 332 | 300 | 356 | 10 | 23 | 0 | 7 | 422 | 72 | 124 |
| Binary | 11011010 | 11000000 | 11101110 | 1000 | 10011 | 0 | 111 | 100010010 | 111010 | 1010100 |
Color Harmonies of #DAC0EE
Complementary color
Monochromatic Colors of #DAC0EE
Black with #DAC0EE
Text Example
Text Example
White with #DAC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0EE; }
p { color: rgb(218,192,238); }
H1.HeaderClassName
{
color: #DAC0EE;
}
.AnyTagClassName
{
color: #DAC0EE;
}
</style>
background-color css
<style>
a { background-color: #DAC0EE; }
a { background-color: rgb(218,192,238); }
div.DivClassName
{
background-color: #DAC0EE;
}
.BgClassName
{
background-color: #DAC0EE;
}
</style>
border-color css
<style>
span { border-color: #DAC0EE; }
span { border-color: rgb(218,192,238); }
td.TdClassName
{
border-color: #DAC0EE;
}
.TagClassName
{
border-color: #DAC0EE;
}
</style>