Shades of Fog #DACAF7
Tints of Fog #DACAF7
RGB
CMYK
RGB Variations
Color information
#DACAF7 (or 0xDACAF7) is known color: Fog. HEX triplet: DA, CA and F7. RGB value is (218,202,247). Sum of RGB (Red+Green+Blue) = 218+202+247=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #DACAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAF7 is #253508. Grayscale: #D3D3D3. Windows color (decimal): -2438409 or 16239322. OLE color: 16239322.
HSL color Cylindrical-coordinate representation of color #DACAF7: hue angle of 261.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACAF7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 202 | 247 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.03 |
| HSL | 261.33º | 0.74% | 0.88% | - |
| HSV(B) | 261.33º | 0.18% | 0.97% | - |
| XYZ | 66.82 | 63.86 | 96.8 | - |
| YUV | 211.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 247 | 0.12 | 0.18 | 0 | 0.03 | 261.33 | 0.74 | 0.88 |
| Hex | DA | CA | F7 | C | 12 | 0 | 3 | 105 | 4A | 58 |
| Octal | 332 | 312 | 367 | 14 | 22 | 0 | 3 | 405 | 112 | 130 |
| Binary | 11011010 | 11001010 | 11110111 | 1100 | 10010 | 0 | 11 | 100000101 | 1001010 | 1011000 |
Color Harmonies of #DACAF7
Complementary color
Monochromatic Colors of #DACAF7
Black with #DACAF7
Text Example
Text Example
White with #DACAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAF7; }
p { color: rgb(218,202,247); }
H1.HeaderClassName
{
color: #DACAF7;
}
.AnyTagClassName
{
color: #DACAF7;
}
</style>
background-color css
<style>
a { background-color: #DACAF7; }
a { background-color: rgb(218,202,247); }
div.DivClassName
{
background-color: #DACAF7;
}
.BgClassName
{
background-color: #DACAF7;
}
</style>
border-color css
<style>
span { border-color: #DACAF7; }
span { border-color: rgb(218,202,247); }
td.TdClassName
{
border-color: #DACAF7;
}
.TagClassName
{
border-color: #DACAF7;
}
</style>