Shades of Fog #DAC5EE
Tints of Fog #DAC5EE
RGB
CMYK
RGB Variations
Color information
#DAC5EE (or 0xDAC5EE) is known color: Fog. HEX triplet: DA, C5 and EE. RGB value is (218,197,238). Sum of RGB (Red+Green+Blue) = 218+197+238=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5EE is #253A11. Grayscale: #CFCFCF. Windows color (decimal): -2439698 or 15648218. OLE color: 15648218.
HSL color Cylindrical-coordinate representation of color #DAC5EE: hue angle of 270.73º degrees, saturation: 0.55, 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 #DAC5EE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 197 | 238 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.07 |
| HSL | 270.73º | 0.55% | 0.85% | - |
| HSV(B) | 270.73º | 0.17% | 0.93% | - |
| XYZ | 64.31 | 61.01 | 89.28 | - |
| YUV | 207.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 238 | 0.08 | 0.17 | 0 | 0.07 | 270.73 | 0.55 | 0.85 |
| Hex | DA | C5 | EE | 8 | 11 | 0 | 7 | 10F | 37 | 55 |
| Octal | 332 | 305 | 356 | 10 | 21 | 0 | 7 | 417 | 67 | 125 |
| Binary | 11011010 | 11000101 | 11101110 | 1000 | 10001 | 0 | 111 | 100001111 | 110111 | 1010101 |
Color Harmonies of #DAC5EE
Complementary color
Monochromatic Colors of #DAC5EE
Black with #DAC5EE
Text Example
Text Example
White with #DAC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5EE; }
p { color: rgb(218,197,238); }
H1.HeaderClassName
{
color: #DAC5EE;
}
.AnyTagClassName
{
color: #DAC5EE;
}
</style>
background-color css
<style>
a { background-color: #DAC5EE; }
a { background-color: rgb(218,197,238); }
div.DivClassName
{
background-color: #DAC5EE;
}
.BgClassName
{
background-color: #DAC5EE;
}
</style>
border-color css
<style>
span { border-color: #DAC5EE; }
span { border-color: rgb(218,197,238); }
td.TdClassName
{
border-color: #DAC5EE;
}
.TagClassName
{
border-color: #DAC5EE;
}
</style>