Shades of Fog #DACEFA
Tints of Fog #DACEFA
RGB
CMYK
RGB Variations
Color information
#DACEFA (or 0xDACEFA) is known color: Fog. HEX triplet: DA, CE and FA. RGB value is (218,206,250). Sum of RGB (Red+Green+Blue) = 218+206+250=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #DACEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEFA is #253105. Grayscale: #D6D6D6. Windows color (decimal): -2437382 or 16436954. OLE color: 16436954.
HSL color Cylindrical-coordinate representation of color #DACEFA: hue angle of 256.36º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACEFA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 206 | 250 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.02 |
| HSL | 256.36º | 0.81% | 0.89% | - |
| HSV(B) | 256.36º | 0.18% | 0.98% | - |
| XYZ | 68.24 | 65.95 | 99.58 | - |
| YUV | 214.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 250 | 0.13 | 0.18 | 0 | 0.02 | 256.36 | 0.81 | 0.89 |
| Hex | DA | CE | FA | D | 12 | 0 | 2 | 100 | 51 | 59 |
| Octal | 332 | 316 | 372 | 15 | 22 | 0 | 2 | 400 | 121 | 131 |
| Binary | 11011010 | 11001110 | 11111010 | 1101 | 10010 | 0 | 10 | 100000000 | 1010001 | 1011001 |
Color Harmonies of #DACEFA
Complementary color
Monochromatic Colors of #DACEFA
Black with #DACEFA
Text Example
Text Example
White with #DACEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEFA; }
p { color: rgb(218,206,250); }
H1.HeaderClassName
{
color: #DACEFA;
}
.AnyTagClassName
{
color: #DACEFA;
}
</style>
background-color css
<style>
a { background-color: #DACEFA; }
a { background-color: rgb(218,206,250); }
div.DivClassName
{
background-color: #DACEFA;
}
.BgClassName
{
background-color: #DACEFA;
}
</style>
border-color css
<style>
span { border-color: #DACEFA; }
span { border-color: rgb(218,206,250); }
td.TdClassName
{
border-color: #DACEFA;
}
.TagClassName
{
border-color: #DACEFA;
}
</style>