Shades of Fog #DAC5F7
Tints of Fog #DAC5F7
RGB
CMYK
RGB Variations
Color information
#DAC5F7 (or 0xDAC5F7) is known color: Fog. HEX triplet: DA, C5 and F7. RGB value is (218,197,247). Sum of RGB (Red+Green+Blue) = 218+197+247=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5F7 is #253A08. Grayscale: #D0D0D0. Windows color (decimal): -2439689 or 16238042. OLE color: 16238042.
HSL color Cylindrical-coordinate representation of color #DAC5F7: hue angle of 265.2º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC5F7 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 197 | 247 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.03 |
| HSL | 265.2º | 0.76% | 0.87% | - |
| HSV(B) | 265.2º | 0.2% | 0.97% | - |
| XYZ | 65.67 | 61.55 | 96.42 | - |
| YUV | 208.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 247 | 0.12 | 0.20 | 0 | 0.03 | 265.2 | 0.76 | 0.87 |
| Hex | DA | C5 | F7 | C | 14 | 0 | 3 | 109 | 4C | 57 |
| Octal | 332 | 305 | 367 | 14 | 24 | 0 | 3 | 411 | 114 | 127 |
| Binary | 11011010 | 11000101 | 11110111 | 1100 | 10100 | 0 | 11 | 100001001 | 1001100 | 1010111 |
Color Harmonies of #DAC5F7
Complementary color
Monochromatic Colors of #DAC5F7
Black with #DAC5F7
Text Example
Text Example
White with #DAC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5F7; }
p { color: rgb(218,197,247); }
H1.HeaderClassName
{
color: #DAC5F7;
}
.AnyTagClassName
{
color: #DAC5F7;
}
</style>
background-color css
<style>
a { background-color: #DAC5F7; }
a { background-color: rgb(218,197,247); }
div.DivClassName
{
background-color: #DAC5F7;
}
.BgClassName
{
background-color: #DAC5F7;
}
</style>
border-color css
<style>
span { border-color: #DAC5F7; }
span { border-color: rgb(218,197,247); }
td.TdClassName
{
border-color: #DAC5F7;
}
.TagClassName
{
border-color: #DAC5F7;
}
</style>