Shades of Fog #DACEF6
Tints of Fog #DACEF6
RGB
CMYK
RGB Variations
Color information
#DACEF6 (or 0xDACEF6) is known color: Fog. HEX triplet: DA, CE and F6. RGB value is (218,206,246). Sum of RGB (Red+Green+Blue) = 218+206+246=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #DACEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEF6 is #253109. Grayscale: #D6D6D6. Windows color (decimal): -2437386 or 16174810. OLE color: 16174810.
HSL color Cylindrical-coordinate representation of color #DACEF6: hue angle of 258º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DACEF6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 206 | 246 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.04 |
| HSL | 258º | 0.69% | 0.89% | - |
| HSV(B) | 258º | 0.16% | 0.96% | - |
| XYZ | 67.62 | 65.7 | 96.31 | - |
| YUV | 214.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 246 | 0.11 | 0.16 | 0 | 0.04 | 258 | 0.69 | 0.89 |
| Hex | DA | CE | F6 | B | 10 | 0 | 4 | 102 | 45 | 59 |
| Octal | 332 | 316 | 366 | 13 | 20 | 0 | 4 | 402 | 105 | 131 |
| Binary | 11011010 | 11001110 | 11110110 | 1011 | 10000 | 0 | 100 | 100000010 | 1000101 | 1011001 |
Color Harmonies of #DACEF6
Complementary color
Monochromatic Colors of #DACEF6
Black with #DACEF6
Text Example
Text Example
White with #DACEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEF6; }
p { color: rgb(218,206,246); }
H1.HeaderClassName
{
color: #DACEF6;
}
.AnyTagClassName
{
color: #DACEF6;
}
</style>
background-color css
<style>
a { background-color: #DACEF6; }
a { background-color: rgb(218,206,246); }
div.DivClassName
{
background-color: #DACEF6;
}
.BgClassName
{
background-color: #DACEF6;
}
</style>
border-color css
<style>
span { border-color: #DACEF6; }
span { border-color: rgb(218,206,246); }
td.TdClassName
{
border-color: #DACEF6;
}
.TagClassName
{
border-color: #DACEF6;
}
</style>