Shades of Fog #DAC7EF
Tints of Fog #DAC7EF
RGB
CMYK
RGB Variations
Color information
#DAC7EF (or 0xDAC7EF) is known color: Fog. HEX triplet: DA, C7 and EF. RGB value is (218,199,239). Sum of RGB (Red+Green+Blue) = 218+199+239=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7EF is #253810. Grayscale: #D1D1D1. Windows color (decimal): -2439185 or 15714266. OLE color: 15714266.
HSL color Cylindrical-coordinate representation of color #DAC7EF: hue angle of 268.5º degrees, saturation: 0.56, 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 #DAC7EF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 199 | 239 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.06 |
| HSL | 268.5º | 0.56% | 0.86% | - |
| HSV(B) | 268.5º | 0.17% | 0.94% | - |
| XYZ | 64.92 | 61.98 | 90.2 | - |
| YUV | 209.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 239 | 0.09 | 0.17 | 0 | 0.06 | 268.5 | 0.56 | 0.86 |
| Hex | DA | C7 | EF | 9 | 11 | 0 | 6 | 10C | 38 | 56 |
| Octal | 332 | 307 | 357 | 11 | 21 | 0 | 6 | 414 | 70 | 126 |
| Binary | 11011010 | 11000111 | 11101111 | 1001 | 10001 | 0 | 110 | 100001100 | 111000 | 1010110 |
Color Harmonies of #DAC7EF
Complementary color
Monochromatic Colors of #DAC7EF
Black with #DAC7EF
Text Example
Text Example
White with #DAC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7EF; }
p { color: rgb(218,199,239); }
H1.HeaderClassName
{
color: #DAC7EF;
}
.AnyTagClassName
{
color: #DAC7EF;
}
</style>
background-color css
<style>
a { background-color: #DAC7EF; }
a { background-color: rgb(218,199,239); }
div.DivClassName
{
background-color: #DAC7EF;
}
.BgClassName
{
background-color: #DAC7EF;
}
</style>
border-color css
<style>
span { border-color: #DAC7EF; }
span { border-color: rgb(218,199,239); }
td.TdClassName
{
border-color: #DAC7EF;
}
.TagClassName
{
border-color: #DAC7EF;
}
</style>