Shades of Fog #DAC5ED
Tints of Fog #DAC5ED
RGB
CMYK
RGB Variations
Color information
#DAC5ED (or 0xDAC5ED) is known color: Fog. HEX triplet: DA, C5 and ED. RGB value is (218,197,237). Sum of RGB (Red+Green+Blue) = 218+197+237=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5ED is #253A12. Grayscale: #CFCFCF. Windows color (decimal): -2439699 or 15582682. OLE color: 15582682.
HSL color Cylindrical-coordinate representation of color #DAC5ED: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC5ED is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 197 | 237 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.07 |
| HSL | 271.5º | 0.53% | 0.85% | - |
| HSV(B) | 271.5º | 0.17% | 0.93% | - |
| XYZ | 64.17 | 60.95 | 88.5 | - |
| YUV | 207.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 237 | 0.08 | 0.17 | 0 | 0.07 | 271.5 | 0.53 | 0.85 |
| Hex | DA | C5 | ED | 8 | 11 | 0 | 7 | 110 | 35 | 55 |
| Octal | 332 | 305 | 355 | 10 | 21 | 0 | 7 | 420 | 65 | 125 |
| Binary | 11011010 | 11000101 | 11101101 | 1000 | 10001 | 0 | 111 | 100010000 | 110101 | 1010101 |
Color Harmonies of #DAC5ED
Complementary color
Monochromatic Colors of #DAC5ED
Black with #DAC5ED
Text Example
Text Example
White with #DAC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5ED; }
p { color: rgb(218,197,237); }
H1.HeaderClassName
{
color: #DAC5ED;
}
.AnyTagClassName
{
color: #DAC5ED;
}
</style>
background-color css
<style>
a { background-color: #DAC5ED; }
a { background-color: rgb(218,197,237); }
div.DivClassName
{
background-color: #DAC5ED;
}
.BgClassName
{
background-color: #DAC5ED;
}
</style>
border-color css
<style>
span { border-color: #DAC5ED; }
span { border-color: rgb(218,197,237); }
td.TdClassName
{
border-color: #DAC5ED;
}
.TagClassName
{
border-color: #DAC5ED;
}
</style>