Shades of Fog #DAC2F9
Tints of Fog #DAC2F9
RGB
CMYK
RGB Variations
Color information
#DAC2F9 (or 0xDAC2F9) is known color: Fog. HEX triplet: DA, C2 and F9. RGB value is (218,194,249). Sum of RGB (Red+Green+Blue) = 218+194+249=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC2F9 is #253D06. Grayscale: #CFCFCF. Windows color (decimal): -2440455 or 16368346. OLE color: 16368346.
HSL color Cylindrical-coordinate representation of color #DAC2F9: hue angle of 266.18º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC2F9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 194 | 249 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 266.18º | 0.82% | 0.87% | - |
| HSV(B) | 266.18º | 0.22% | 0.98% | - |
| XYZ | 65.3 | 60.33 | 97.83 | - |
| YUV | 207.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 249 | 0.12 | 0.22 | 0 | 0.02 | 266.18 | 0.82 | 0.87 |
| Hex | DA | C2 | F9 | C | 16 | 0 | 2 | 10A | 52 | 57 |
| Octal | 332 | 302 | 371 | 14 | 26 | 0 | 2 | 412 | 122 | 127 |
| Binary | 11011010 | 11000010 | 11111001 | 1100 | 10110 | 0 | 10 | 100001010 | 1010010 | 1010111 |
Color Harmonies of #DAC2F9
Complementary color
Monochromatic Colors of #DAC2F9
Black with #DAC2F9
Text Example
Text Example
White with #DAC2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2F9; }
p { color: rgb(218,194,249); }
H1.HeaderClassName
{
color: #DAC2F9;
}
.AnyTagClassName
{
color: #DAC2F9;
}
</style>
background-color css
<style>
a { background-color: #DAC2F9; }
a { background-color: rgb(218,194,249); }
div.DivClassName
{
background-color: #DAC2F9;
}
.BgClassName
{
background-color: #DAC2F9;
}
</style>
border-color css
<style>
span { border-color: #DAC2F9; }
span { border-color: rgb(218,194,249); }
td.TdClassName
{
border-color: #DAC2F9;
}
.TagClassName
{
border-color: #DAC2F9;
}
</style>