Shades of Fog #DAC4EB
Tints of Fog #DAC4EB
RGB
CMYK
RGB Variations
Color information
#DAC4EB (or 0xDAC4EB) is known color: Fog. HEX triplet: DA, C4 and EB. RGB value is (218,196,235). Sum of RGB (Red+Green+Blue) = 218+196+235=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC4EB is #253B14. Grayscale: #CECECE. Windows color (decimal): -2439957 or 15451354. OLE color: 15451354.
HSL color Cylindrical-coordinate representation of color #DAC4EB: hue angle of 273.85º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC4EB is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 196 | 235 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.08 |
| HSL | 273.85º | 0.49% | 0.85% | - |
| HSV(B) | 273.85º | 0.17% | 0.92% | - |
| XYZ | 63.65 | 60.38 | 86.9 | - |
| YUV | 207.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 235 | 0.07 | 0.17 | 0 | 0.08 | 273.85 | 0.49 | 0.85 |
| Hex | DA | C4 | EB | 7 | 11 | 0 | 8 | 112 | 31 | 55 |
| Octal | 332 | 304 | 353 | 7 | 21 | 0 | 10 | 422 | 61 | 125 |
| Binary | 11011010 | 11000100 | 11101011 | 111 | 10001 | 0 | 1000 | 100010010 | 110001 | 1010101 |
Color Harmonies of #DAC4EB
Complementary color
Monochromatic Colors of #DAC4EB
Black with #DAC4EB
Text Example
Text Example
White with #DAC4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4EB; }
p { color: rgb(218,196,235); }
H1.HeaderClassName
{
color: #DAC4EB;
}
.AnyTagClassName
{
color: #DAC4EB;
}
</style>
background-color css
<style>
a { background-color: #DAC4EB; }
a { background-color: rgb(218,196,235); }
div.DivClassName
{
background-color: #DAC4EB;
}
.BgClassName
{
background-color: #DAC4EB;
}
</style>
border-color css
<style>
span { border-color: #DAC4EB; }
span { border-color: rgb(218,196,235); }
td.TdClassName
{
border-color: #DAC4EB;
}
.TagClassName
{
border-color: #DAC4EB;
}
</style>