Shades of Fog #DACCF0
Tints of Fog #DACCF0
RGB
CMYK
RGB Variations
Color information
#DACCF0 (or 0xDACCF0) is known color: Fog. HEX triplet: DA, CC and F0. RGB value is (218,204,240). Sum of RGB (Red+Green+Blue) = 218+204+240=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #DACCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF0 is #25330F. Grayscale: #D4D4D4. Windows color (decimal): -2437904 or 15781082. OLE color: 15781082.
HSL color Cylindrical-coordinate representation of color #DACCF0: hue angle of 263.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACCF0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 204 | 240 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.06 |
| HSL | 263.33º | 0.55% | 0.87% | - |
| HSV(B) | 263.33º | 0.15% | 0.94% | - |
| XYZ | 66.23 | 64.38 | 91.37 | - |
| YUV | 212.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 240 | 0.09 | 0.15 | 0 | 0.06 | 263.33 | 0.55 | 0.87 |
| Hex | DA | CC | F0 | 9 | F | 0 | 6 | 107 | 37 | 57 |
| Octal | 332 | 314 | 360 | 11 | 17 | 0 | 6 | 407 | 67 | 127 |
| Binary | 11011010 | 11001100 | 11110000 | 1001 | 1111 | 0 | 110 | 100000111 | 110111 | 1010111 |
Color Harmonies of #DACCF0
Complementary color
Monochromatic Colors of #DACCF0
Black with #DACCF0
Text Example
Text Example
White with #DACCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCF0; }
p { color: rgb(218,204,240); }
H1.HeaderClassName
{
color: #DACCF0;
}
.AnyTagClassName
{
color: #DACCF0;
}
</style>
background-color css
<style>
a { background-color: #DACCF0; }
a { background-color: rgb(218,204,240); }
div.DivClassName
{
background-color: #DACCF0;
}
.BgClassName
{
background-color: #DACCF0;
}
</style>
border-color css
<style>
span { border-color: #DACCF0; }
span { border-color: rgb(218,204,240); }
td.TdClassName
{
border-color: #DACCF0;
}
.TagClassName
{
border-color: #DACCF0;
}
</style>