Shades of Fog #DACDEC
Tints of Fog #DACDEC
RGB
CMYK
RGB Variations
Color information
#DACDEC (or 0xDACDEC) is known color: Fog. HEX triplet: DA, CD and EC. RGB value is (218,205,236). Sum of RGB (Red+Green+Blue) = 218+205+236=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #DACDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDEC is #253213. Grayscale: #D4D4D4. Windows color (decimal): -2437652 or 15519194. OLE color: 15519194.
HSL color Cylindrical-coordinate representation of color #DACDEC: hue angle of 265.16º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DACDEC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 205 | 236 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 265.16º | 0.45% | 0.86% | - |
| HSV(B) | 265.16º | 0.13% | 0.93% | - |
| XYZ | 65.89 | 64.62 | 88.36 | - |
| YUV | 212.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 236 | 0.08 | 0.13 | 0 | 0.07 | 265.16 | 0.45 | 0.86 |
| Hex | DA | CD | EC | 8 | D | 0 | 7 | 109 | 2D | 56 |
| Octal | 332 | 315 | 354 | 10 | 15 | 0 | 7 | 411 | 55 | 126 |
| Binary | 11011010 | 11001101 | 11101100 | 1000 | 1101 | 0 | 111 | 100001001 | 101101 | 1010110 |
Color Harmonies of #DACDEC
Complementary color
Monochromatic Colors of #DACDEC
Black with #DACDEC
Text Example
Text Example
White with #DACDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDEC; }
p { color: rgb(218,205,236); }
H1.HeaderClassName
{
color: #DACDEC;
}
.AnyTagClassName
{
color: #DACDEC;
}
</style>
background-color css
<style>
a { background-color: #DACDEC; }
a { background-color: rgb(218,205,236); }
div.DivClassName
{
background-color: #DACDEC;
}
.BgClassName
{
background-color: #DACDEC;
}
</style>
border-color css
<style>
span { border-color: #DACDEC; }
span { border-color: rgb(218,205,236); }
td.TdClassName
{
border-color: #DACDEC;
}
.TagClassName
{
border-color: #DACDEC;
}
</style>