Shades of Fog #DACAF8
Tints of Fog #DACAF8
RGB
CMYK
RGB Variations
Color information
#DACAF8 (or 0xDACAF8) is known color: Fog. HEX triplet: DA, CA and F8. RGB value is (218,202,248). Sum of RGB (Red+Green+Blue) = 218+202+248=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #DACAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAF8 is #253507. Grayscale: #D3D3D3. Windows color (decimal): -2438408 or 16304858. OLE color: 16304858.
HSL color Cylindrical-coordinate representation of color #DACAF8: hue angle of 260.87º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACAF8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 202 | 248 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.03 |
| HSL | 260.87º | 0.77% | 0.88% | - |
| HSV(B) | 260.87º | 0.19% | 0.97% | - |
| XYZ | 66.98 | 63.92 | 97.62 | - |
| YUV | 212.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 248 | 0.12 | 0.19 | 0 | 0.03 | 260.87 | 0.77 | 0.88 |
| Hex | DA | CA | F8 | C | 13 | 0 | 3 | 105 | 4D | 58 |
| Octal | 332 | 312 | 370 | 14 | 23 | 0 | 3 | 405 | 115 | 130 |
| Binary | 11011010 | 11001010 | 11111000 | 1100 | 10011 | 0 | 11 | 100000101 | 1001101 | 1011000 |
Color Harmonies of #DACAF8
Complementary color
Monochromatic Colors of #DACAF8
Black with #DACAF8
Text Example
Text Example
White with #DACAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAF8; }
p { color: rgb(218,202,248); }
H1.HeaderClassName
{
color: #DACAF8;
}
.AnyTagClassName
{
color: #DACAF8;
}
</style>
background-color css
<style>
a { background-color: #DACAF8; }
a { background-color: rgb(218,202,248); }
div.DivClassName
{
background-color: #DACAF8;
}
.BgClassName
{
background-color: #DACAF8;
}
</style>
border-color css
<style>
span { border-color: #DACAF8; }
span { border-color: rgb(218,202,248); }
td.TdClassName
{
border-color: #DACAF8;
}
.TagClassName
{
border-color: #DACAF8;
}
</style>