Shades of Fog #DAC9FE
Tints of Fog #DAC9FE
RGB
CMYK
RGB Variations
Color information
#DAC9FE (or 0xDAC9FE) is known color: Fog. HEX triplet: DA, C9 and FE. RGB value is (218,201,254). Sum of RGB (Red+Green+Blue) = 218+201+254=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC9FE is #253601. Grayscale: #D3D3D3. Windows color (decimal): -2438658 or 16697818. OLE color: 16697818.
HSL color Cylindrical-coordinate representation of color #DAC9FE: hue angle of 259.25º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC9FE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 201 | 254 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.00 |
| HSL | 259.25º | 0.96% | 0.89% | - |
| HSV(B) | 259.25º | 0.21% | 1% | - |
| XYZ | 67.69 | 63.83 | 102.52 | - |
| YUV | 212.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 254 | 0.14 | 0.21 | 0 | 0.00 | 259.25 | 0.96 | 0.89 |
| Hex | DA | C9 | FE | E | 15 | 0 | 0 | 103 | 60 | 59 |
| Octal | 332 | 311 | 376 | 16 | 25 | 0 | 0 | 403 | 140 | 131 |
| Binary | 11011010 | 11001001 | 11111110 | 1110 | 10101 | 0 | 0 | 100000011 | 1100000 | 1011001 |
Color Harmonies of #DAC9FE
Complementary color
Monochromatic Colors of #DAC9FE
Black with #DAC9FE
Text Example
Text Example
White with #DAC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9FE; }
p { color: rgb(218,201,254); }
H1.HeaderClassName
{
color: #DAC9FE;
}
.AnyTagClassName
{
color: #DAC9FE;
}
</style>
background-color css
<style>
a { background-color: #DAC9FE; }
a { background-color: rgb(218,201,254); }
div.DivClassName
{
background-color: #DAC9FE;
}
.BgClassName
{
background-color: #DAC9FE;
}
</style>
border-color css
<style>
span { border-color: #DAC9FE; }
span { border-color: rgb(218,201,254); }
td.TdClassName
{
border-color: #DAC9FE;
}
.TagClassName
{
border-color: #DAC9FE;
}
</style>