Shades of Fog #DACEEC
Tints of Fog #DACEEC
RGB
CMYK
RGB Variations
Color information
#DACEEC (or 0xDACEEC) is known color: Fog. HEX triplet: DA, CE and EC. RGB value is (218,206,236). Sum of RGB (Red+Green+Blue) = 218+206+236=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #DACEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEEC is #253113. Grayscale: #D4D4D4. Windows color (decimal): -2437396 or 15519450. OLE color: 15519450.
HSL color Cylindrical-coordinate representation of color #DACEEC: hue angle of 264º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DACEEC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 206 | 236 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 264º | 0.44% | 0.87% | - |
| HSV(B) | 264º | 0.13% | 0.93% | - |
| XYZ | 66.13 | 65.1 | 88.44 | - |
| YUV | 213.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 236 | 0.08 | 0.13 | 0 | 0.07 | 264 | 0.44 | 0.87 |
| Hex | DA | CE | EC | 8 | D | 0 | 7 | 108 | 2C | 57 |
| Octal | 332 | 316 | 354 | 10 | 15 | 0 | 7 | 410 | 54 | 127 |
| Binary | 11011010 | 11001110 | 11101100 | 1000 | 1101 | 0 | 111 | 100001000 | 101100 | 1010111 |
Color Harmonies of #DACEEC
Complementary color
Monochromatic Colors of #DACEEC
Black with #DACEEC
Text Example
Text Example
White with #DACEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEEC; }
p { color: rgb(218,206,236); }
H1.HeaderClassName
{
color: #DACEEC;
}
.AnyTagClassName
{
color: #DACEEC;
}
</style>
background-color css
<style>
a { background-color: #DACEEC; }
a { background-color: rgb(218,206,236); }
div.DivClassName
{
background-color: #DACEEC;
}
.BgClassName
{
background-color: #DACEEC;
}
</style>
border-color css
<style>
span { border-color: #DACEEC; }
span { border-color: rgb(218,206,236); }
td.TdClassName
{
border-color: #DACEEC;
}
.TagClassName
{
border-color: #DACEEC;
}
</style>