Shades of Fog #DACEF8
Tints of Fog #DACEF8
RGB
CMYK
RGB Variations
Color information
#DACEF8 (or 0xDACEF8) is known color: Fog. HEX triplet: DA, CE and F8. RGB value is (218,206,248). Sum of RGB (Red+Green+Blue) = 218+206+248=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #DACEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEF8 is #253107. Grayscale: #D6D6D6. Windows color (decimal): -2437384 or 16305882. OLE color: 16305882.
HSL color Cylindrical-coordinate representation of color #DACEF8: hue angle of 257.14º degrees, saturation: 0.75, 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 #DACEF8 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 206 | 248 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.03 |
| HSL | 257.14º | 0.75% | 0.89% | - |
| HSV(B) | 257.14º | 0.17% | 0.97% | - |
| XYZ | 67.93 | 65.83 | 97.93 | - |
| YUV | 214.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 248 | 0.12 | 0.17 | 0 | 0.03 | 257.14 | 0.75 | 0.89 |
| Hex | DA | CE | F8 | C | 11 | 0 | 3 | 101 | 4B | 59 |
| Octal | 332 | 316 | 370 | 14 | 21 | 0 | 3 | 401 | 113 | 131 |
| Binary | 11011010 | 11001110 | 11111000 | 1100 | 10001 | 0 | 11 | 100000001 | 1001011 | 1011001 |
Color Harmonies of #DACEF8
Complementary color
Monochromatic Colors of #DACEF8
Black with #DACEF8
Text Example
Text Example
White with #DACEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEF8; }
p { color: rgb(218,206,248); }
H1.HeaderClassName
{
color: #DACEF8;
}
.AnyTagClassName
{
color: #DACEF8;
}
</style>
background-color css
<style>
a { background-color: #DACEF8; }
a { background-color: rgb(218,206,248); }
div.DivClassName
{
background-color: #DACEF8;
}
.BgClassName
{
background-color: #DACEF8;
}
</style>
border-color css
<style>
span { border-color: #DACEF8; }
span { border-color: rgb(218,206,248); }
td.TdClassName
{
border-color: #DACEF8;
}
.TagClassName
{
border-color: #DACEF8;
}
</style>