Shades of Fog #DACEE8
Tints of Fog #DACEE8
RGB
CMYK
RGB Variations
Color information
#DACEE8 (or 0xDACEE8) is known color: Fog. HEX triplet: DA, CE and E8. RGB value is (218,206,232). Sum of RGB (Red+Green+Blue) = 218+206+232=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #DACEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEE8 is #253117. Grayscale: #D4D4D4. Windows color (decimal): -2437400 or 15257306. OLE color: 15257306.
HSL color Cylindrical-coordinate representation of color #DACEE8: hue angle of 267.69º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACEE8 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 206 | 232 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.09 |
| HSL | 267.69º | 0.36% | 0.86% | - |
| HSV(B) | 267.69º | 0.11% | 0.91% | - |
| XYZ | 65.55 | 64.87 | 85.41 | - |
| YUV | 212.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 232 | 0.06 | 0.11 | 0 | 0.09 | 267.69 | 0.36 | 0.86 |
| Hex | DA | CE | E8 | 6 | B | 0 | 9 | 10C | 24 | 56 |
| Octal | 332 | 316 | 350 | 6 | 13 | 0 | 11 | 414 | 44 | 126 |
| Binary | 11011010 | 11001110 | 11101000 | 110 | 1011 | 0 | 1001 | 100001100 | 100100 | 1010110 |
Color Harmonies of #DACEE8
Complementary color
Monochromatic Colors of #DACEE8
Black with #DACEE8
Text Example
Text Example
White with #DACEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEE8; }
p { color: rgb(218,206,232); }
H1.HeaderClassName
{
color: #DACEE8;
}
.AnyTagClassName
{
color: #DACEE8;
}
</style>
background-color css
<style>
a { background-color: #DACEE8; }
a { background-color: rgb(218,206,232); }
div.DivClassName
{
background-color: #DACEE8;
}
.BgClassName
{
background-color: #DACEE8;
}
</style>
border-color css
<style>
span { border-color: #DACEE8; }
span { border-color: rgb(218,206,232); }
td.TdClassName
{
border-color: #DACEE8;
}
.TagClassName
{
border-color: #DACEE8;
}
</style>