Shades of Fog #DACEF7
Tints of Fog #DACEF7
RGB
CMYK
RGB Variations
Color information
#DACEF7 (or 0xDACEF7) is known color: Fog. HEX triplet: DA, CE and F7. RGB value is (218,206,247). Sum of RGB (Red+Green+Blue) = 218+206+247=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #DACEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEF7 is #253108. Grayscale: #D6D6D6. Windows color (decimal): -2437385 or 16240346. OLE color: 16240346.
HSL color Cylindrical-coordinate representation of color #DACEF7: hue angle of 257.56º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACEF7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 206 | 247 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.03 |
| HSL | 257.56º | 0.72% | 0.89% | - |
| HSV(B) | 257.56º | 0.17% | 0.97% | - |
| XYZ | 67.77 | 65.76 | 97.12 | - |
| YUV | 214.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 247 | 0.12 | 0.17 | 0 | 0.03 | 257.56 | 0.72 | 0.89 |
| Hex | DA | CE | F7 | C | 11 | 0 | 3 | 102 | 48 | 59 |
| Octal | 332 | 316 | 367 | 14 | 21 | 0 | 3 | 402 | 110 | 131 |
| Binary | 11011010 | 11001110 | 11110111 | 1100 | 10001 | 0 | 11 | 100000010 | 1001000 | 1011001 |
Color Harmonies of #DACEF7
Complementary color
Monochromatic Colors of #DACEF7
Black with #DACEF7
Text Example
Text Example
White with #DACEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEF7; }
p { color: rgb(218,206,247); }
H1.HeaderClassName
{
color: #DACEF7;
}
.AnyTagClassName
{
color: #DACEF7;
}
</style>
background-color css
<style>
a { background-color: #DACEF7; }
a { background-color: rgb(218,206,247); }
div.DivClassName
{
background-color: #DACEF7;
}
.BgClassName
{
background-color: #DACEF7;
}
</style>
border-color css
<style>
span { border-color: #DACEF7; }
span { border-color: rgb(218,206,247); }
td.TdClassName
{
border-color: #DACEF7;
}
.TagClassName
{
border-color: #DACEF7;
}
</style>