Shades of Fog #DAC3F1
Tints of Fog #DAC3F1
RGB
CMYK
RGB Variations
Color information
#DAC3F1 (or 0xDAC3F1) is known color: Fog. HEX triplet: DA, C3 and F1. RGB value is (218,195,241). Sum of RGB (Red+Green+Blue) = 218+195+241=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAC3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC3F1 is #253C0E. Grayscale: #CECECE. Windows color (decimal): -2440207 or 15844314. OLE color: 15844314.
HSL color Cylindrical-coordinate representation of color #DAC3F1: hue angle of 270º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAC3F1 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 195 | 241 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.05 |
| HSL | 270º | 0.62% | 0.85% | - |
| HSV(B) | 270º | 0.19% | 0.95% | - |
| XYZ | 64.31 | 60.29 | 91.47 | - |
| YUV | 207.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 241 | 0.10 | 0.19 | 0 | 0.05 | 270 | 0.62 | 0.85 |
| Hex | DA | C3 | F1 | A | 13 | 0 | 5 | 10E | 3E | 55 |
| Octal | 332 | 303 | 361 | 12 | 23 | 0 | 5 | 416 | 76 | 125 |
| Binary | 11011010 | 11000011 | 11110001 | 1010 | 10011 | 0 | 101 | 100001110 | 111110 | 1010101 |
Color Harmonies of #DAC3F1
Complementary color
Monochromatic Colors of #DAC3F1
Black with #DAC3F1
Text Example
Text Example
White with #DAC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3F1; }
p { color: rgb(218,195,241); }
H1.HeaderClassName
{
color: #DAC3F1;
}
.AnyTagClassName
{
color: #DAC3F1;
}
</style>
background-color css
<style>
a { background-color: #DAC3F1; }
a { background-color: rgb(218,195,241); }
div.DivClassName
{
background-color: #DAC3F1;
}
.BgClassName
{
background-color: #DAC3F1;
}
</style>
border-color css
<style>
span { border-color: #DAC3F1; }
span { border-color: rgb(218,195,241); }
td.TdClassName
{
border-color: #DAC3F1;
}
.TagClassName
{
border-color: #DAC3F1;
}
</style>