Shades of Fog #DAC9EF
Tints of Fog #DAC9EF
RGB
CMYK
RGB Variations
Color information
#DAC9EF (or 0xDAC9EF) is known color: Fog. HEX triplet: DA, C9 and EF. RGB value is (218,201,239). Sum of RGB (Red+Green+Blue) = 218+201+239=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC9EF is #253610. Grayscale: #D2D2D2. Windows color (decimal): -2438673 or 15714778. OLE color: 15714778.
HSL color Cylindrical-coordinate representation of color #DAC9EF: hue angle of 266.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC9EF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 201 | 239 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.06 |
| HSL | 266.84º | 0.54% | 0.86% | - |
| HSV(B) | 266.84º | 0.16% | 0.94% | - |
| XYZ | 65.38 | 62.91 | 90.36 | - |
| YUV | 210.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 239 | 0.09 | 0.16 | 0 | 0.06 | 266.84 | 0.54 | 0.86 |
| Hex | DA | C9 | EF | 9 | 10 | 0 | 6 | 10B | 36 | 56 |
| Octal | 332 | 311 | 357 | 11 | 20 | 0 | 6 | 413 | 66 | 126 |
| Binary | 11011010 | 11001001 | 11101111 | 1001 | 10000 | 0 | 110 | 100001011 | 110110 | 1010110 |
Color Harmonies of #DAC9EF
Complementary color
Monochromatic Colors of #DAC9EF
Black with #DAC9EF
Text Example
Text Example
White with #DAC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9EF; }
p { color: rgb(218,201,239); }
H1.HeaderClassName
{
color: #DAC9EF;
}
.AnyTagClassName
{
color: #DAC9EF;
}
</style>
background-color css
<style>
a { background-color: #DAC9EF; }
a { background-color: rgb(218,201,239); }
div.DivClassName
{
background-color: #DAC9EF;
}
.BgClassName
{
background-color: #DAC9EF;
}
</style>
border-color css
<style>
span { border-color: #DAC9EF; }
span { border-color: rgb(218,201,239); }
td.TdClassName
{
border-color: #DAC9EF;
}
.TagClassName
{
border-color: #DAC9EF;
}
</style>