Shades of Fog #DACCF2
Tints of Fog #DACCF2
RGB
CMYK
RGB Variations
Color information
#DACCF2 (or 0xDACCF2) is known color: Fog. HEX triplet: DA, CC and F2. RGB value is (218,204,242). Sum of RGB (Red+Green+Blue) = 218+204+242=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #DACCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF2 is #25330D. Grayscale: #D4D4D4. Windows color (decimal): -2437902 or 15912154. OLE color: 15912154.
HSL color Cylindrical-coordinate representation of color #DACCF2: hue angle of 262.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DACCF2 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 204 | 242 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.05 |
| HSL | 262.11º | 0.59% | 0.87% | - |
| HSV(B) | 262.11º | 0.16% | 0.95% | - |
| XYZ | 66.53 | 64.5 | 92.95 | - |
| YUV | 212.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 242 | 0.10 | 0.16 | 0 | 0.05 | 262.11 | 0.59 | 0.87 |
| Hex | DA | CC | F2 | A | 10 | 0 | 5 | 106 | 3B | 57 |
| Octal | 332 | 314 | 362 | 12 | 20 | 0 | 5 | 406 | 73 | 127 |
| Binary | 11011010 | 11001100 | 11110010 | 1010 | 10000 | 0 | 101 | 100000110 | 111011 | 1010111 |
Color Harmonies of #DACCF2
Complementary color
Monochromatic Colors of #DACCF2
Black with #DACCF2
Text Example
Text Example
White with #DACCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCF2; }
p { color: rgb(218,204,242); }
H1.HeaderClassName
{
color: #DACCF2;
}
.AnyTagClassName
{
color: #DACCF2;
}
</style>
background-color css
<style>
a { background-color: #DACCF2; }
a { background-color: rgb(218,204,242); }
div.DivClassName
{
background-color: #DACCF2;
}
.BgClassName
{
background-color: #DACCF2;
}
</style>
border-color css
<style>
span { border-color: #DACCF2; }
span { border-color: rgb(218,204,242); }
td.TdClassName
{
border-color: #DACCF2;
}
.TagClassName
{
border-color: #DACCF2;
}
</style>