Shades of Fog #DAC7FD
Tints of Fog #DAC7FD
RGB
CMYK
RGB Variations
Color information
#DAC7FD (or 0xDAC7FD) is known color: Fog. HEX triplet: DA, C7 and FD. RGB value is (218,199,253). Sum of RGB (Red+Green+Blue) = 218+199+253=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7FD is #253802. Grayscale: #D2D2D2. Windows color (decimal): -2439171 or 16631770. OLE color: 16631770.
HSL color Cylindrical-coordinate representation of color #DAC7FD: hue angle of 261.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC7FD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 199 | 253 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.01 |
| HSL | 261.11º | 0.93% | 0.89% | - |
| HSV(B) | 261.11º | 0.21% | 0.99% | - |
| XYZ | 67.07 | 62.84 | 101.52 | - |
| YUV | 210.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 253 | 0.14 | 0.21 | 0 | 0.01 | 261.11 | 0.93 | 0.89 |
| Hex | DA | C7 | FD | E | 15 | 0 | 1 | 105 | 5D | 59 |
| Octal | 332 | 307 | 375 | 16 | 25 | 0 | 1 | 405 | 135 | 131 |
| Binary | 11011010 | 11000111 | 11111101 | 1110 | 10101 | 0 | 1 | 100000101 | 1011101 | 1011001 |
Color Harmonies of #DAC7FD
Complementary color
Monochromatic Colors of #DAC7FD
Black with #DAC7FD
Text Example
Text Example
White with #DAC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7FD; }
p { color: rgb(218,199,253); }
H1.HeaderClassName
{
color: #DAC7FD;
}
.AnyTagClassName
{
color: #DAC7FD;
}
</style>
background-color css
<style>
a { background-color: #DAC7FD; }
a { background-color: rgb(218,199,253); }
div.DivClassName
{
background-color: #DAC7FD;
}
.BgClassName
{
background-color: #DAC7FD;
}
</style>
border-color css
<style>
span { border-color: #DAC7FD; }
span { border-color: rgb(218,199,253); }
td.TdClassName
{
border-color: #DAC7FD;
}
.TagClassName
{
border-color: #DAC7FD;
}
</style>