Shades of Fog #DACEF2
Tints of Fog #DACEF2
RGB
CMYK
RGB Variations
Color information
#DACEF2 (or 0xDACEF2) is known color: Fog. HEX triplet: DA, CE and F2. RGB value is (218,206,242). Sum of RGB (Red+Green+Blue) = 218+206+242=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #DACEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEF2 is #25310D. Grayscale: #D5D5D5. Windows color (decimal): -2437390 or 15912666. OLE color: 15912666.
HSL color Cylindrical-coordinate representation of color #DACEF2: hue angle of 260º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACEF2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 206 | 242 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.05 |
| HSL | 260º | 0.58% | 0.88% | - |
| HSV(B) | 260º | 0.15% | 0.95% | - |
| XYZ | 67.01 | 65.46 | 93.11 | - |
| YUV | 213.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 242 | 0.10 | 0.15 | 0 | 0.05 | 260 | 0.58 | 0.88 |
| Hex | DA | CE | F2 | A | F | 0 | 5 | 104 | 3A | 58 |
| Octal | 332 | 316 | 362 | 12 | 17 | 0 | 5 | 404 | 72 | 130 |
| Binary | 11011010 | 11001110 | 11110010 | 1010 | 1111 | 0 | 101 | 100000100 | 111010 | 1011000 |
Color Harmonies of #DACEF2
Complementary color
Monochromatic Colors of #DACEF2
Black with #DACEF2
Text Example
Text Example
White with #DACEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEF2; }
p { color: rgb(218,206,242); }
H1.HeaderClassName
{
color: #DACEF2;
}
.AnyTagClassName
{
color: #DACEF2;
}
</style>
background-color css
<style>
a { background-color: #DACEF2; }
a { background-color: rgb(218,206,242); }
div.DivClassName
{
background-color: #DACEF2;
}
.BgClassName
{
background-color: #DACEF2;
}
</style>
border-color css
<style>
span { border-color: #DACEF2; }
span { border-color: rgb(218,206,242); }
td.TdClassName
{
border-color: #DACEF2;
}
.TagClassName
{
border-color: #DACEF2;
}
</style>