Shades of Fog #DAC4FA
Tints of Fog #DAC4FA
RGB
CMYK
RGB Variations
Color information
#DAC4FA (or 0xDAC4FA) is known color: Fog. HEX triplet: DA, C4 and FA. RGB value is (218,196,250). Sum of RGB (Red+Green+Blue) = 218+196+250=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC4FA is #253B05. Grayscale: #D0D0D0. Windows color (decimal): -2439942 or 16434394. OLE color: 16434394.
HSL color Cylindrical-coordinate representation of color #DAC4FA: hue angle of 264.44º degrees, saturation: 0.84, 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 #DAC4FA is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 196 | 250 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.02 |
| HSL | 264.44º | 0.84% | 0.87% | - |
| HSV(B) | 264.44º | 0.22% | 0.98% | - |
| XYZ | 65.91 | 61.29 | 98.8 | - |
| YUV | 208.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 250 | 0.13 | 0.22 | 0 | 0.02 | 264.44 | 0.84 | 0.87 |
| Hex | DA | C4 | FA | D | 16 | 0 | 2 | 108 | 54 | 57 |
| Octal | 332 | 304 | 372 | 15 | 26 | 0 | 2 | 410 | 124 | 127 |
| Binary | 11011010 | 11000100 | 11111010 | 1101 | 10110 | 0 | 10 | 100001000 | 1010100 | 1010111 |
Color Harmonies of #DAC4FA
Complementary color
Monochromatic Colors of #DAC4FA
Black with #DAC4FA
Text Example
Text Example
White with #DAC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4FA; }
p { color: rgb(218,196,250); }
H1.HeaderClassName
{
color: #DAC4FA;
}
.AnyTagClassName
{
color: #DAC4FA;
}
</style>
background-color css
<style>
a { background-color: #DAC4FA; }
a { background-color: rgb(218,196,250); }
div.DivClassName
{
background-color: #DAC4FA;
}
.BgClassName
{
background-color: #DAC4FA;
}
</style>
border-color css
<style>
span { border-color: #DAC4FA; }
span { border-color: rgb(218,196,250); }
td.TdClassName
{
border-color: #DAC4FA;
}
.TagClassName
{
border-color: #DAC4FA;
}
</style>