Shades of Fog #DACEEF
Tints of Fog #DACEEF
RGB
CMYK
RGB Variations
Color information
#DACEEF (or 0xDACEEF) is known color: Fog. HEX triplet: DA, CE and EF. RGB value is (218,206,239). Sum of RGB (Red+Green+Blue) = 218+206+239=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #DACEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEEF is #253110. Grayscale: #D5D5D5. Windows color (decimal): -2437393 or 15716058. OLE color: 15716058.
HSL color Cylindrical-coordinate representation of color #DACEEF: hue angle of 261.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACEEF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 206 | 239 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.06 |
| HSL | 261.82º | 0.51% | 0.87% | - |
| HSV(B) | 261.82º | 0.14% | 0.94% | - |
| XYZ | 66.56 | 65.28 | 90.75 | - |
| YUV | 213.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 239 | 0.09 | 0.14 | 0 | 0.06 | 261.82 | 0.51 | 0.87 |
| Hex | DA | CE | EF | 9 | E | 0 | 6 | 106 | 33 | 57 |
| Octal | 332 | 316 | 357 | 11 | 16 | 0 | 6 | 406 | 63 | 127 |
| Binary | 11011010 | 11001110 | 11101111 | 1001 | 1110 | 0 | 110 | 100000110 | 110011 | 1010111 |
Color Harmonies of #DACEEF
Complementary color
Monochromatic Colors of #DACEEF
Black with #DACEEF
Text Example
Text Example
White with #DACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEEF; }
p { color: rgb(218,206,239); }
H1.HeaderClassName
{
color: #DACEEF;
}
.AnyTagClassName
{
color: #DACEEF;
}
</style>
background-color css
<style>
a { background-color: #DACEEF; }
a { background-color: rgb(218,206,239); }
div.DivClassName
{
background-color: #DACEEF;
}
.BgClassName
{
background-color: #DACEEF;
}
</style>
border-color css
<style>
span { border-color: #DACEEF; }
span { border-color: rgb(218,206,239); }
td.TdClassName
{
border-color: #DACEEF;
}
.TagClassName
{
border-color: #DACEEF;
}
</style>