Shades of Fog #DACDF9
Tints of Fog #DACDF9
RGB
CMYK
RGB Variations
Color information
#DACDF9 (or 0xDACDF9) is known color: Fog. HEX triplet: DA, CD and F9. RGB value is (218,205,249). Sum of RGB (Red+Green+Blue) = 218+205+249=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DACDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDF9 is #253206. Grayscale: #D5D5D5. Windows color (decimal): -2437639 or 16371162. OLE color: 16371162.
HSL color Cylindrical-coordinate representation of color #DACDF9: hue angle of 257.73º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACDF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 205 | 249 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 257.73º | 0.79% | 0.89% | - |
| HSV(B) | 257.73º | 0.18% | 0.98% | - |
| XYZ | 67.84 | 65.41 | 98.67 | - |
| YUV | 213.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 249 | 0.12 | 0.18 | 0 | 0.02 | 257.73 | 0.79 | 0.89 |
| Hex | DA | CD | F9 | C | 12 | 0 | 2 | 102 | 4F | 59 |
| Octal | 332 | 315 | 371 | 14 | 22 | 0 | 2 | 402 | 117 | 131 |
| Binary | 11011010 | 11001101 | 11111001 | 1100 | 10010 | 0 | 10 | 100000010 | 1001111 | 1011001 |
Color Harmonies of #DACDF9
Complementary color
Monochromatic Colors of #DACDF9
Black with #DACDF9
Text Example
Text Example
White with #DACDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDF9; }
p { color: rgb(218,205,249); }
H1.HeaderClassName
{
color: #DACDF9;
}
.AnyTagClassName
{
color: #DACDF9;
}
</style>
background-color css
<style>
a { background-color: #DACDF9; }
a { background-color: rgb(218,205,249); }
div.DivClassName
{
background-color: #DACDF9;
}
.BgClassName
{
background-color: #DACDF9;
}
</style>
border-color css
<style>
span { border-color: #DACDF9; }
span { border-color: rgb(218,205,249); }
td.TdClassName
{
border-color: #DACDF9;
}
.TagClassName
{
border-color: #DACDF9;
}
</style>