Shades of Fog #DAC1EB
Tints of Fog #DAC1EB
RGB
CMYK
RGB Variations
Color information
#DAC1EB (or 0xDAC1EB) is known color: Fog. HEX triplet: DA, C1 and EB. RGB value is (218,193,235). Sum of RGB (Red+Green+Blue) = 218+193+235=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC1EB is #253E14. Grayscale: #CDCDCD. Windows color (decimal): -2440725 or 15450586. OLE color: 15450586.
HSL color Cylindrical-coordinate representation of color #DAC1EB: hue angle of 275.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC1EB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 193 | 235 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.08 |
| HSL | 275.71º | 0.51% | 0.84% | - |
| HSV(B) | 275.71º | 0.18% | 0.92% | - |
| XYZ | 62.98 | 59.04 | 86.67 | - |
| YUV | 205.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 235 | 0.07 | 0.18 | 0 | 0.08 | 275.71 | 0.51 | 0.84 |
| Hex | DA | C1 | EB | 7 | 12 | 0 | 8 | 114 | 33 | 54 |
| Octal | 332 | 301 | 353 | 7 | 22 | 0 | 10 | 424 | 63 | 124 |
| Binary | 11011010 | 11000001 | 11101011 | 111 | 10010 | 0 | 1000 | 100010100 | 110011 | 1010100 |
Color Harmonies of #DAC1EB
Complementary color
Monochromatic Colors of #DAC1EB
Black with #DAC1EB
Text Example
Text Example
White with #DAC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1EB; }
p { color: rgb(218,193,235); }
H1.HeaderClassName
{
color: #DAC1EB;
}
.AnyTagClassName
{
color: #DAC1EB;
}
</style>
background-color css
<style>
a { background-color: #DAC1EB; }
a { background-color: rgb(218,193,235); }
div.DivClassName
{
background-color: #DAC1EB;
}
.BgClassName
{
background-color: #DAC1EB;
}
</style>
border-color css
<style>
span { border-color: #DAC1EB; }
span { border-color: rgb(218,193,235); }
td.TdClassName
{
border-color: #DAC1EB;
}
.TagClassName
{
border-color: #DAC1EB;
}
</style>