Shades of Fog #DAC4E8
Tints of Fog #DAC4E8
RGB
CMYK
RGB Variations
Color information
#DAC4E8 (or 0xDAC4E8) is known color: Fog. HEX triplet: DA, C4 and E8. RGB value is (218,196,232). Sum of RGB (Red+Green+Blue) = 218+196+232=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC4E8 is #253B17. Grayscale: #CECECE. Windows color (decimal): -2439960 or 15254746. OLE color: 15254746.
HSL color Cylindrical-coordinate representation of color #DAC4E8: hue angle of 276.67º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC4E8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 196 | 232 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.09 |
| HSL | 276.67º | 0.44% | 0.84% | - |
| HSV(B) | 276.67º | 0.16% | 0.91% | - |
| XYZ | 63.22 | 60.21 | 84.63 | - |
| YUV | 206.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 232 | 0.06 | 0.16 | 0 | 0.09 | 276.67 | 0.44 | 0.84 |
| Hex | DA | C4 | E8 | 6 | 10 | 0 | 9 | 115 | 2C | 54 |
| Octal | 332 | 304 | 350 | 6 | 20 | 0 | 11 | 425 | 54 | 124 |
| Binary | 11011010 | 11000100 | 11101000 | 110 | 10000 | 0 | 1001 | 100010101 | 101100 | 1010100 |
Color Harmonies of #DAC4E8
Complementary color
Monochromatic Colors of #DAC4E8
Black with #DAC4E8
Text Example
Text Example
White with #DAC4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4E8; }
p { color: rgb(218,196,232); }
H1.HeaderClassName
{
color: #DAC4E8;
}
.AnyTagClassName
{
color: #DAC4E8;
}
</style>
background-color css
<style>
a { background-color: #DAC4E8; }
a { background-color: rgb(218,196,232); }
div.DivClassName
{
background-color: #DAC4E8;
}
.BgClassName
{
background-color: #DAC4E8;
}
</style>
border-color css
<style>
span { border-color: #DAC4E8; }
span { border-color: rgb(218,196,232); }
td.TdClassName
{
border-color: #DAC4E8;
}
.TagClassName
{
border-color: #DAC4E8;
}
</style>