Shades of Fog #DACEED
Tints of Fog #DACEED
RGB
CMYK
RGB Variations
Color information
#DACEED (or 0xDACEED) is known color: Fog. HEX triplet: DA, CE and ED. RGB value is (218,206,237). Sum of RGB (Red+Green+Blue) = 218+206+237=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #DACEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEED is #253112. Grayscale: #D5D5D5. Windows color (decimal): -2437395 or 15584986. OLE color: 15584986.
HSL color Cylindrical-coordinate representation of color #DACEED: hue angle of 263.23º degrees, saturation: 0.46, 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 #DACEED is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 206 | 237 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 263.23º | 0.46% | 0.87% | - |
| HSV(B) | 263.23º | 0.13% | 0.93% | - |
| XYZ | 66.27 | 65.16 | 89.21 | - |
| YUV | 213.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 237 | 0.08 | 0.13 | 0 | 0.07 | 263.23 | 0.46 | 0.87 |
| Hex | DA | CE | ED | 8 | D | 0 | 7 | 107 | 2E | 57 |
| Octal | 332 | 316 | 355 | 10 | 15 | 0 | 7 | 407 | 56 | 127 |
| Binary | 11011010 | 11001110 | 11101101 | 1000 | 1101 | 0 | 111 | 100000111 | 101110 | 1010111 |
Color Harmonies of #DACEED
Complementary color
Monochromatic Colors of #DACEED
Black with #DACEED
Text Example
Text Example
White with #DACEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEED; }
p { color: rgb(218,206,237); }
H1.HeaderClassName
{
color: #DACEED;
}
.AnyTagClassName
{
color: #DACEED;
}
</style>
background-color css
<style>
a { background-color: #DACEED; }
a { background-color: rgb(218,206,237); }
div.DivClassName
{
background-color: #DACEED;
}
.BgClassName
{
background-color: #DACEED;
}
</style>
border-color css
<style>
span { border-color: #DACEED; }
span { border-color: rgb(218,206,237); }
td.TdClassName
{
border-color: #DACEED;
}
.TagClassName
{
border-color: #DACEED;
}
</style>