Shades of Fog #DAC7F0
Tints of Fog #DAC7F0
RGB
CMYK
RGB Variations
Color information
#DAC7F0 (or 0xDAC7F0) is known color: Fog. HEX triplet: DA, C7 and F0. RGB value is (218,199,240). Sum of RGB (Red+Green+Blue) = 218+199+240=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7F0 is #25380F. Grayscale: #D1D1D1. Windows color (decimal): -2439184 or 15779802. OLE color: 15779802.
HSL color Cylindrical-coordinate representation of color #DAC7F0: hue angle of 267.8º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC7F0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 199 | 240 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.06 |
| HSL | 267.8º | 0.58% | 0.86% | - |
| HSV(B) | 267.8º | 0.17% | 0.94% | - |
| XYZ | 65.07 | 62.04 | 90.98 | - |
| YUV | 209.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 240 | 0.09 | 0.17 | 0 | 0.06 | 267.8 | 0.58 | 0.86 |
| Hex | DA | C7 | F0 | 9 | 11 | 0 | 6 | 10C | 3A | 56 |
| Octal | 332 | 307 | 360 | 11 | 21 | 0 | 6 | 414 | 72 | 126 |
| Binary | 11011010 | 11000111 | 11110000 | 1001 | 10001 | 0 | 110 | 100001100 | 111010 | 1010110 |
Color Harmonies of #DAC7F0
Complementary color
Monochromatic Colors of #DAC7F0
Black with #DAC7F0
Text Example
Text Example
White with #DAC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7F0; }
p { color: rgb(218,199,240); }
H1.HeaderClassName
{
color: #DAC7F0;
}
.AnyTagClassName
{
color: #DAC7F0;
}
</style>
background-color css
<style>
a { background-color: #DAC7F0; }
a { background-color: rgb(218,199,240); }
div.DivClassName
{
background-color: #DAC7F0;
}
.BgClassName
{
background-color: #DAC7F0;
}
</style>
border-color css
<style>
span { border-color: #DAC7F0; }
span { border-color: rgb(218,199,240); }
td.TdClassName
{
border-color: #DAC7F0;
}
.TagClassName
{
border-color: #DAC7F0;
}
</style>