Shades of Fog #DAC2EC
Tints of Fog #DAC2EC
RGB
CMYK
RGB Variations
Color information
#DAC2EC (or 0xDAC2EC) is known color: Fog. HEX triplet: DA, C2 and EC. RGB value is (218,194,236). Sum of RGB (Red+Green+Blue) = 218+194+236=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC2EC is #253D13. Grayscale: #CDCDCD. Windows color (decimal): -2440468 or 15516378. OLE color: 15516378.
HSL color Cylindrical-coordinate representation of color #DAC2EC: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC2EC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 194 | 236 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 274.29º | 0.53% | 0.84% | - |
| HSV(B) | 274.29º | 0.18% | 0.93% | - |
| XYZ | 63.35 | 59.55 | 87.51 | - |
| YUV | 205.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 236 | 0.08 | 0.18 | 0 | 0.07 | 274.29 | 0.53 | 0.84 |
| Hex | DA | C2 | EC | 8 | 12 | 0 | 7 | 112 | 34 | 54 |
| Octal | 332 | 302 | 354 | 10 | 22 | 0 | 7 | 422 | 64 | 124 |
| Binary | 11011010 | 11000010 | 11101100 | 1000 | 10010 | 0 | 111 | 100010010 | 110100 | 1010100 |
Color Harmonies of #DAC2EC
Complementary color
Monochromatic Colors of #DAC2EC
Black with #DAC2EC
Text Example
Text Example
White with #DAC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2EC; }
p { color: rgb(218,194,236); }
H1.HeaderClassName
{
color: #DAC2EC;
}
.AnyTagClassName
{
color: #DAC2EC;
}
</style>
background-color css
<style>
a { background-color: #DAC2EC; }
a { background-color: rgb(218,194,236); }
div.DivClassName
{
background-color: #DAC2EC;
}
.BgClassName
{
background-color: #DAC2EC;
}
</style>
border-color css
<style>
span { border-color: #DAC2EC; }
span { border-color: rgb(218,194,236); }
td.TdClassName
{
border-color: #DAC2EC;
}
.TagClassName
{
border-color: #DAC2EC;
}
</style>