Shades of Fog #DAC2EE
Tints of Fog #DAC2EE
RGB
CMYK
RGB Variations
Color information
#DAC2EE (or 0xDAC2EE) is known color: Fog. HEX triplet: DA, C2 and EE. RGB value is (218,194,238). Sum of RGB (Red+Green+Blue) = 218+194+238=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC2EE is #253D11. Grayscale: #CECECE. Windows color (decimal): -2440466 or 15647450. OLE color: 15647450.
HSL color Cylindrical-coordinate representation of color #DAC2EE: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC2EE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 194 | 238 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 272.73º | 0.56% | 0.85% | - |
| HSV(B) | 272.73º | 0.18% | 0.93% | - |
| XYZ | 63.64 | 59.66 | 89.05 | - |
| YUV | 206.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 238 | 0.08 | 0.18 | 0 | 0.07 | 272.73 | 0.56 | 0.85 |
| Hex | DA | C2 | EE | 8 | 12 | 0 | 7 | 111 | 38 | 55 |
| Octal | 332 | 302 | 356 | 10 | 22 | 0 | 7 | 421 | 70 | 125 |
| Binary | 11011010 | 11000010 | 11101110 | 1000 | 10010 | 0 | 111 | 100010001 | 111000 | 1010101 |
Color Harmonies of #DAC2EE
Complementary color
Monochromatic Colors of #DAC2EE
Black with #DAC2EE
Text Example
Text Example
White with #DAC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2EE; }
p { color: rgb(218,194,238); }
H1.HeaderClassName
{
color: #DAC2EE;
}
.AnyTagClassName
{
color: #DAC2EE;
}
</style>
background-color css
<style>
a { background-color: #DAC2EE; }
a { background-color: rgb(218,194,238); }
div.DivClassName
{
background-color: #DAC2EE;
}
.BgClassName
{
background-color: #DAC2EE;
}
</style>
border-color css
<style>
span { border-color: #DAC2EE; }
span { border-color: rgb(218,194,238); }
td.TdClassName
{
border-color: #DAC2EE;
}
.TagClassName
{
border-color: #DAC2EE;
}
</style>