Shades of Fog #DAC7EC
Tints of Fog #DAC7EC
RGB
CMYK
RGB Variations
Color information
#DAC7EC (or 0xDAC7EC) is known color: Fog. HEX triplet: DA, C7 and EC. RGB value is (218,199,236). Sum of RGB (Red+Green+Blue) = 218+199+236=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7EC is #253813. Grayscale: #D0D0D0. Windows color (decimal): -2439188 or 15517658. OLE color: 15517658.
HSL color Cylindrical-coordinate representation of color #DAC7EC: hue angle of 270.81º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC7EC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 199 | 236 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 270.81º | 0.49% | 0.85% | - |
| HSV(B) | 270.81º | 0.16% | 0.93% | - |
| XYZ | 64.48 | 61.81 | 87.89 | - |
| YUV | 208.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 236 | 0.08 | 0.16 | 0 | 0.07 | 270.81 | 0.49 | 0.85 |
| Hex | DA | C7 | EC | 8 | 10 | 0 | 7 | 10F | 31 | 55 |
| Octal | 332 | 307 | 354 | 10 | 20 | 0 | 7 | 417 | 61 | 125 |
| Binary | 11011010 | 11000111 | 11101100 | 1000 | 10000 | 0 | 111 | 100001111 | 110001 | 1010101 |
Color Harmonies of #DAC7EC
Complementary color
Monochromatic Colors of #DAC7EC
Black with #DAC7EC
Text Example
Text Example
White with #DAC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7EC; }
p { color: rgb(218,199,236); }
H1.HeaderClassName
{
color: #DAC7EC;
}
.AnyTagClassName
{
color: #DAC7EC;
}
</style>
background-color css
<style>
a { background-color: #DAC7EC; }
a { background-color: rgb(218,199,236); }
div.DivClassName
{
background-color: #DAC7EC;
}
.BgClassName
{
background-color: #DAC7EC;
}
</style>
border-color css
<style>
span { border-color: #DAC7EC; }
span { border-color: rgb(218,199,236); }
td.TdClassName
{
border-color: #DAC7EC;
}
.TagClassName
{
border-color: #DAC7EC;
}
</style>