Shades of Fog #DACFF9
Tints of Fog #DACFF9
RGB
CMYK
RGB Variations
Color information
#DACFF9 (or 0xDACFF9) is known color: Fog. HEX triplet: DA, CF and F9. RGB value is (218,207,249). Sum of RGB (Red+Green+Blue) = 218+207+249=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #DACFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFF9 is #253006. Grayscale: #D6D6D6. Windows color (decimal): -2437127 or 16371674. OLE color: 16371674.
HSL color Cylindrical-coordinate representation of color #DACFF9: hue angle of 255.71º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACFF9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 207 | 249 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.02 |
| HSL | 255.71º | 0.78% | 0.89% | - |
| HSV(B) | 255.71º | 0.17% | 0.98% | - |
| XYZ | 68.33 | 66.37 | 98.83 | - |
| YUV | 215.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 249 | 0.12 | 0.17 | 0 | 0.02 | 255.71 | 0.78 | 0.89 |
| Hex | DA | CF | F9 | C | 11 | 0 | 2 | 100 | 4E | 59 |
| Octal | 332 | 317 | 371 | 14 | 21 | 0 | 2 | 400 | 116 | 131 |
| Binary | 11011010 | 11001111 | 11111001 | 1100 | 10001 | 0 | 10 | 100000000 | 1001110 | 1011001 |
Color Harmonies of #DACFF9
Complementary color
Monochromatic Colors of #DACFF9
Black with #DACFF9
Text Example
Text Example
White with #DACFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFF9; }
p { color: rgb(218,207,249); }
H1.HeaderClassName
{
color: #DACFF9;
}
.AnyTagClassName
{
color: #DACFF9;
}
</style>
background-color css
<style>
a { background-color: #DACFF9; }
a { background-color: rgb(218,207,249); }
div.DivClassName
{
background-color: #DACFF9;
}
.BgClassName
{
background-color: #DACFF9;
}
</style>
border-color css
<style>
span { border-color: #DACFF9; }
span { border-color: rgb(218,207,249); }
td.TdClassName
{
border-color: #DACFF9;
}
.TagClassName
{
border-color: #DACFF9;
}
</style>