Shades of Fog #DACEF9
Tints of Fog #DACEF9
RGB
CMYK
RGB Variations
Color information
#DACEF9 (or 0xDACEF9) is known color: Fog. HEX triplet: DA, CE and F9. RGB value is (218,206,249). Sum of RGB (Red+Green+Blue) = 218+206+249=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #DACEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEF9 is #253106. Grayscale: #D6D6D6. Windows color (decimal): -2437383 or 16371418. OLE color: 16371418.
HSL color Cylindrical-coordinate representation of color #DACEF9: hue angle of 256.74º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACEF9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 206 | 249 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.02 |
| HSL | 256.74º | 0.78% | 0.89% | - |
| HSV(B) | 256.74º | 0.17% | 0.98% | - |
| XYZ | 68.08 | 65.89 | 98.75 | - |
| YUV | 214.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 249 | 0.12 | 0.17 | 0 | 0.02 | 256.74 | 0.78 | 0.89 |
| Hex | DA | CE | F9 | C | 11 | 0 | 2 | 101 | 4E | 59 |
| Octal | 332 | 316 | 371 | 14 | 21 | 0 | 2 | 401 | 116 | 131 |
| Binary | 11011010 | 11001110 | 11111001 | 1100 | 10001 | 0 | 10 | 100000001 | 1001110 | 1011001 |
Color Harmonies of #DACEF9
Complementary color
Monochromatic Colors of #DACEF9
Black with #DACEF9
Text Example
Text Example
White with #DACEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEF9; }
p { color: rgb(218,206,249); }
H1.HeaderClassName
{
color: #DACEF9;
}
.AnyTagClassName
{
color: #DACEF9;
}
</style>
background-color css
<style>
a { background-color: #DACEF9; }
a { background-color: rgb(218,206,249); }
div.DivClassName
{
background-color: #DACEF9;
}
.BgClassName
{
background-color: #DACEF9;
}
</style>
border-color css
<style>
span { border-color: #DACEF9; }
span { border-color: rgb(218,206,249); }
td.TdClassName
{
border-color: #DACEF9;
}
.TagClassName
{
border-color: #DACEF9;
}
</style>