Shades of Fog #DAC7EE
Tints of Fog #DAC7EE
RGB
CMYK
RGB Variations
Color information
#DAC7EE (or 0xDAC7EE) is known color: Fog. HEX triplet: DA, C7 and EE. RGB value is (218,199,238). Sum of RGB (Red+Green+Blue) = 218+199+238=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7EE is #253811. Grayscale: #D0D0D0. Windows color (decimal): -2439186 or 15648730. OLE color: 15648730.
HSL color Cylindrical-coordinate representation of color #DAC7EE: hue angle of 269.23º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC7EE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 199 | 238 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 269.23º | 0.53% | 0.86% | - |
| HSV(B) | 269.23º | 0.16% | 0.93% | - |
| XYZ | 64.77 | 61.93 | 89.43 | - |
| YUV | 209.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 238 | 0.08 | 0.16 | 0 | 0.07 | 269.23 | 0.53 | 0.86 |
| Hex | DA | C7 | EE | 8 | 10 | 0 | 7 | 10D | 35 | 56 |
| Octal | 332 | 307 | 356 | 10 | 20 | 0 | 7 | 415 | 65 | 126 |
| Binary | 11011010 | 11000111 | 11101110 | 1000 | 10000 | 0 | 111 | 100001101 | 110101 | 1010110 |
Color Harmonies of #DAC7EE
Complementary color
Monochromatic Colors of #DAC7EE
Black with #DAC7EE
Text Example
Text Example
White with #DAC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7EE; }
p { color: rgb(218,199,238); }
H1.HeaderClassName
{
color: #DAC7EE;
}
.AnyTagClassName
{
color: #DAC7EE;
}
</style>
background-color css
<style>
a { background-color: #DAC7EE; }
a { background-color: rgb(218,199,238); }
div.DivClassName
{
background-color: #DAC7EE;
}
.BgClassName
{
background-color: #DAC7EE;
}
</style>
border-color css
<style>
span { border-color: #DAC7EE; }
span { border-color: rgb(218,199,238); }
td.TdClassName
{
border-color: #DAC7EE;
}
.TagClassName
{
border-color: #DAC7EE;
}
</style>