Shades of Fog #DACCFD
Tints of Fog #DACCFD
RGB
CMYK
RGB Variations
Color information
#DACCFD (or 0xDACCFD) is known color: Fog. HEX triplet: DA, CC and FD. RGB value is (218,204,253). Sum of RGB (Red+Green+Blue) = 218+204+253=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #DACCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCFD is #253302. Grayscale: #D5D5D5. Windows color (decimal): -2437891 or 16633050. OLE color: 16633050.
HSL color Cylindrical-coordinate representation of color #DACCFD: hue angle of 257.14º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACCFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 204 | 253 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.01 |
| HSL | 257.14º | 0.92% | 0.9% | - |
| HSV(B) | 257.14º | 0.19% | 0.99% | - |
| XYZ | 68.24 | 65.18 | 101.91 | - |
| YUV | 213.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 253 | 0.14 | 0.19 | 0 | 0.01 | 257.14 | 0.92 | 0.9 |
| Hex | DA | CC | FD | E | 13 | 0 | 1 | 101 | 5C | 5A |
| Octal | 332 | 314 | 375 | 16 | 23 | 0 | 1 | 401 | 134 | 132 |
| Binary | 11011010 | 11001100 | 11111101 | 1110 | 10011 | 0 | 1 | 100000001 | 1011100 | 1011010 |
Color Harmonies of #DACCFD
Complementary color
Monochromatic Colors of #DACCFD
Black with #DACCFD
Text Example
Text Example
White with #DACCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCFD; }
p { color: rgb(218,204,253); }
H1.HeaderClassName
{
color: #DACCFD;
}
.AnyTagClassName
{
color: #DACCFD;
}
</style>
background-color css
<style>
a { background-color: #DACCFD; }
a { background-color: rgb(218,204,253); }
div.DivClassName
{
background-color: #DACCFD;
}
.BgClassName
{
background-color: #DACCFD;
}
</style>
border-color css
<style>
span { border-color: #DACCFD; }
span { border-color: rgb(218,204,253); }
td.TdClassName
{
border-color: #DACCFD;
}
.TagClassName
{
border-color: #DACCFD;
}
</style>