Shades of Fog #DAC6F6
Tints of Fog #DAC6F6
RGB
CMYK
RGB Variations
Color information
#DAC6F6 (or 0xDAC6F6) is known color: Fog. HEX triplet: DA, C6 and F6. RGB value is (218,198,246). Sum of RGB (Red+Green+Blue) = 218+198+246=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAC6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC6F6 is #253909. Grayscale: #D1D1D1. Windows color (decimal): -2439434 or 16172762. OLE color: 16172762.
HSL color Cylindrical-coordinate representation of color #DAC6F6: hue angle of 265º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC6F6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 198 | 246 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.04 |
| HSL | 265º | 0.73% | 0.87% | - |
| HSV(B) | 265º | 0.2% | 0.96% | - |
| XYZ | 65.74 | 61.95 | 95.68 | - |
| YUV | 209.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 246 | 0.11 | 0.20 | 0 | 0.04 | 265 | 0.73 | 0.87 |
| Hex | DA | C6 | F6 | B | 14 | 0 | 4 | 109 | 49 | 57 |
| Octal | 332 | 306 | 366 | 13 | 24 | 0 | 4 | 411 | 111 | 127 |
| Binary | 11011010 | 11000110 | 11110110 | 1011 | 10100 | 0 | 100 | 100001001 | 1001001 | 1010111 |
Color Harmonies of #DAC6F6
Complementary color
Monochromatic Colors of #DAC6F6
Black with #DAC6F6
Text Example
Text Example
White with #DAC6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6F6; }
p { color: rgb(218,198,246); }
H1.HeaderClassName
{
color: #DAC6F6;
}
.AnyTagClassName
{
color: #DAC6F6;
}
</style>
background-color css
<style>
a { background-color: #DAC6F6; }
a { background-color: rgb(218,198,246); }
div.DivClassName
{
background-color: #DAC6F6;
}
.BgClassName
{
background-color: #DAC6F6;
}
</style>
border-color css
<style>
span { border-color: #DAC6F6; }
span { border-color: rgb(218,198,246); }
td.TdClassName
{
border-color: #DAC6F6;
}
.TagClassName
{
border-color: #DAC6F6;
}
</style>