Shades of Fog #DACCFC
Tints of Fog #DACCFC
RGB
CMYK
RGB Variations
Color information
#DACCFC (or 0xDACCFC) is known color: Fog. HEX triplet: DA, CC and FC. RGB value is (218,204,252). Sum of RGB (Red+Green+Blue) = 218+204+252=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #DACCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCFC is #253303. Grayscale: #D5D5D5. Windows color (decimal): -2437892 or 16567514. OLE color: 16567514.
HSL color Cylindrical-coordinate representation of color #DACCFC: hue angle of 257.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACCFC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 204 | 252 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.01 |
| HSL | 257.5º | 0.89% | 0.89% | - |
| HSV(B) | 257.5º | 0.19% | 0.99% | - |
| XYZ | 68.08 | 65.12 | 101.08 | - |
| YUV | 213.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 252 | 0.13 | 0.19 | 0 | 0.01 | 257.5 | 0.89 | 0.89 |
| Hex | DA | CC | FC | D | 13 | 0 | 1 | 102 | 59 | 59 |
| Octal | 332 | 314 | 374 | 15 | 23 | 0 | 1 | 402 | 131 | 131 |
| Binary | 11011010 | 11001100 | 11111100 | 1101 | 10011 | 0 | 1 | 100000010 | 1011001 | 1011001 |
Color Harmonies of #DACCFC
Complementary color
Monochromatic Colors of #DACCFC
Black with #DACCFC
Text Example
Text Example
White with #DACCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCFC; }
p { color: rgb(218,204,252); }
H1.HeaderClassName
{
color: #DACCFC;
}
.AnyTagClassName
{
color: #DACCFC;
}
</style>
background-color css
<style>
a { background-color: #DACCFC; }
a { background-color: rgb(218,204,252); }
div.DivClassName
{
background-color: #DACCFC;
}
.BgClassName
{
background-color: #DACCFC;
}
</style>
border-color css
<style>
span { border-color: #DACCFC; }
span { border-color: rgb(218,204,252); }
td.TdClassName
{
border-color: #DACCFC;
}
.TagClassName
{
border-color: #DACCFC;
}
</style>