Shades of Fog #DAC5F1
Tints of Fog #DAC5F1
RGB
CMYK
RGB Variations
Color information
#DAC5F1 (or 0xDAC5F1) is known color: Fog. HEX triplet: DA, C5 and F1. RGB value is (218,197,241). Sum of RGB (Red+Green+Blue) = 218+197+241=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5F1 is #253A0E. Grayscale: #D0D0D0. Windows color (decimal): -2439695 or 15844826. OLE color: 15844826.
HSL color Cylindrical-coordinate representation of color #DAC5F1: hue angle of 268.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC5F1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 197 | 241 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.05 |
| HSL | 268.64º | 0.61% | 0.86% | - |
| HSV(B) | 268.64º | 0.18% | 0.95% | - |
| XYZ | 64.76 | 61.19 | 91.62 | - |
| YUV | 208.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 241 | 0.10 | 0.18 | 0 | 0.05 | 268.64 | 0.61 | 0.86 |
| Hex | DA | C5 | F1 | A | 12 | 0 | 5 | 10D | 3D | 56 |
| Octal | 332 | 305 | 361 | 12 | 22 | 0 | 5 | 415 | 75 | 126 |
| Binary | 11011010 | 11000101 | 11110001 | 1010 | 10010 | 0 | 101 | 100001101 | 111101 | 1010110 |
Color Harmonies of #DAC5F1
Complementary color
Monochromatic Colors of #DAC5F1
Black with #DAC5F1
Text Example
Text Example
White with #DAC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5F1; }
p { color: rgb(218,197,241); }
H1.HeaderClassName
{
color: #DAC5F1;
}
.AnyTagClassName
{
color: #DAC5F1;
}
</style>
background-color css
<style>
a { background-color: #DAC5F1; }
a { background-color: rgb(218,197,241); }
div.DivClassName
{
background-color: #DAC5F1;
}
.BgClassName
{
background-color: #DAC5F1;
}
</style>
border-color css
<style>
span { border-color: #DAC5F1; }
span { border-color: rgb(218,197,241); }
td.TdClassName
{
border-color: #DAC5F1;
}
.TagClassName
{
border-color: #DAC5F1;
}
</style>