Shades of Fog #DAC8F9
Tints of Fog #DAC8F9
RGB
CMYK
RGB Variations
Color information
#DAC8F9 (or 0xDAC8F9) is known color: Fog. HEX triplet: DA, C8 and F9. RGB value is (218,200,249). Sum of RGB (Red+Green+Blue) = 218+200+249=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8F9 is #253706. Grayscale: #D2D2D2. Windows color (decimal): -2438919 or 16369882. OLE color: 16369882.
HSL color Cylindrical-coordinate representation of color #DAC8F9: hue angle of 262.04º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC8F9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 200 | 249 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.02 |
| HSL | 262.04º | 0.8% | 0.88% | - |
| HSV(B) | 262.04º | 0.2% | 0.98% | - |
| XYZ | 66.67 | 63.05 | 98.28 | - |
| YUV | 210.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 249 | 0.12 | 0.20 | 0 | 0.02 | 262.04 | 0.8 | 0.88 |
| Hex | DA | C8 | F9 | C | 14 | 0 | 2 | 106 | 50 | 58 |
| Octal | 332 | 310 | 371 | 14 | 24 | 0 | 2 | 406 | 120 | 130 |
| Binary | 11011010 | 11001000 | 11111001 | 1100 | 10100 | 0 | 10 | 100000110 | 1010000 | 1011000 |
Color Harmonies of #DAC8F9
Complementary color
Monochromatic Colors of #DAC8F9
Black with #DAC8F9
Text Example
Text Example
White with #DAC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8F9; }
p { color: rgb(218,200,249); }
H1.HeaderClassName
{
color: #DAC8F9;
}
.AnyTagClassName
{
color: #DAC8F9;
}
</style>
background-color css
<style>
a { background-color: #DAC8F9; }
a { background-color: rgb(218,200,249); }
div.DivClassName
{
background-color: #DAC8F9;
}
.BgClassName
{
background-color: #DAC8F9;
}
</style>
border-color css
<style>
span { border-color: #DAC8F9; }
span { border-color: rgb(218,200,249); }
td.TdClassName
{
border-color: #DAC8F9;
}
.TagClassName
{
border-color: #DAC8F9;
}
</style>