Shades of Fog #DAC9F5
Tints of Fog #DAC9F5
RGB
CMYK
RGB Variations
Color information
#DAC9F5 (or 0xDAC9F5) is known color: Fog. HEX triplet: DA, C9 and F5. RGB value is (218,201,245). Sum of RGB (Red+Green+Blue) = 218+201+245=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAC9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC9F5 is #25360A. Grayscale: #D2D2D2. Windows color (decimal): -2438667 or 16107994. OLE color: 16107994.
HSL color Cylindrical-coordinate representation of color #DAC9F5: hue angle of 263.18º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC9F5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 201 | 245 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.04 |
| HSL | 263.18º | 0.69% | 0.87% | - |
| HSV(B) | 263.18º | 0.18% | 0.96% | - |
| XYZ | 66.28 | 63.27 | 95.11 | - |
| YUV | 211.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 245 | 0.11 | 0.18 | 0 | 0.04 | 263.18 | 0.69 | 0.87 |
| Hex | DA | C9 | F5 | B | 12 | 0 | 4 | 107 | 45 | 57 |
| Octal | 332 | 311 | 365 | 13 | 22 | 0 | 4 | 407 | 105 | 127 |
| Binary | 11011010 | 11001001 | 11110101 | 1011 | 10010 | 0 | 100 | 100000111 | 1000101 | 1010111 |
Color Harmonies of #DAC9F5
Complementary color
Monochromatic Colors of #DAC9F5
Black with #DAC9F5
Text Example
Text Example
White with #DAC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9F5; }
p { color: rgb(218,201,245); }
H1.HeaderClassName
{
color: #DAC9F5;
}
.AnyTagClassName
{
color: #DAC9F5;
}
</style>
background-color css
<style>
a { background-color: #DAC9F5; }
a { background-color: rgb(218,201,245); }
div.DivClassName
{
background-color: #DAC9F5;
}
.BgClassName
{
background-color: #DAC9F5;
}
</style>
border-color css
<style>
span { border-color: #DAC9F5; }
span { border-color: rgb(218,201,245); }
td.TdClassName
{
border-color: #DAC9F5;
}
.TagClassName
{
border-color: #DAC9F5;
}
</style>