Shades of Fog #DAC5F6
Tints of Fog #DAC5F6
RGB
CMYK
RGB Variations
Color information
#DAC5F6 (or 0xDAC5F6) is known color: Fog. HEX triplet: DA, C5 and F6. RGB value is (218,197,246). Sum of RGB (Red+Green+Blue) = 218+197+246=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAC5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5F6 is #253A09. Grayscale: #D0D0D0. Windows color (decimal): -2439690 or 16172506. OLE color: 16172506.
HSL color Cylindrical-coordinate representation of color #DAC5F6: hue angle of 265.71º 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 #DAC5F6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 197 | 246 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.04 |
| HSL | 265.71º | 0.73% | 0.87% | - |
| HSV(B) | 265.71º | 0.2% | 0.96% | - |
| XYZ | 65.51 | 61.49 | 95.6 | - |
| YUV | 208.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 246 | 0.11 | 0.20 | 0 | 0.04 | 265.71 | 0.73 | 0.87 |
| Hex | DA | C5 | F6 | B | 14 | 0 | 4 | 10A | 49 | 57 |
| Octal | 332 | 305 | 366 | 13 | 24 | 0 | 4 | 412 | 111 | 127 |
| Binary | 11011010 | 11000101 | 11110110 | 1011 | 10100 | 0 | 100 | 100001010 | 1001001 | 1010111 |
Color Harmonies of #DAC5F6
Complementary color
Monochromatic Colors of #DAC5F6
Black with #DAC5F6
Text Example
Text Example
White with #DAC5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5F6; }
p { color: rgb(218,197,246); }
H1.HeaderClassName
{
color: #DAC5F6;
}
.AnyTagClassName
{
color: #DAC5F6;
}
</style>
background-color css
<style>
a { background-color: #DAC5F6; }
a { background-color: rgb(218,197,246); }
div.DivClassName
{
background-color: #DAC5F6;
}
.BgClassName
{
background-color: #DAC5F6;
}
</style>
border-color css
<style>
span { border-color: #DAC5F6; }
span { border-color: rgb(218,197,246); }
td.TdClassName
{
border-color: #DAC5F6;
}
.TagClassName
{
border-color: #DAC5F6;
}
</style>