Shades of Fog #E2D6FC
Tints of Fog #E2D6FC
RGB
CMYK
RGB Variations
Color information
#E2D6FC (or 0xE2D6FC) is known color: Fog. HEX triplet: E2, D6 and FC. RGB value is (226,214,252). Sum of RGB (Red+Green+Blue) = 226+214+252=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2D6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6FC is #1D2903. Grayscale: #DDDDDD. Windows color (decimal): -1911044 or 16570082. OLE color: 16570082.
HSL color Cylindrical-coordinate representation of color #E2D6FC: hue angle of 258.95º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D6FC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 214 | 252 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.01 |
| HSL | 258.95º | 0.86% | 0.91% | - |
| HSV(B) | 258.95º | 0.15% | 0.99% | - |
| XYZ | 72.98 | 71.29 | 102.01 | - |
| YUV | 221.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 252 | 0.10 | 0.15 | 0 | 0.01 | 258.95 | 0.86 | 0.91 |
| Hex | E2 | D6 | FC | A | F | 0 | 1 | 103 | 56 | 5B |
| Octal | 342 | 326 | 374 | 12 | 17 | 0 | 1 | 403 | 126 | 133 |
| Binary | 11100010 | 11010110 | 11111100 | 1010 | 1111 | 0 | 1 | 100000011 | 1010110 | 1011011 |
Color Harmonies of #E2D6FC
Complementary color
Monochromatic Colors of #E2D6FC
Black with #E2D6FC
Text Example
Text Example
White with #E2D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6FC; }
p { color: rgb(226,214,252); }
H1.HeaderClassName
{
color: #E2D6FC;
}
.AnyTagClassName
{
color: #E2D6FC;
}
</style>
background-color css
<style>
a { background-color: #E2D6FC; }
a { background-color: rgb(226,214,252); }
div.DivClassName
{
background-color: #E2D6FC;
}
.BgClassName
{
background-color: #E2D6FC;
}
</style>
border-color css
<style>
span { border-color: #E2D6FC; }
span { border-color: rgb(226,214,252); }
td.TdClassName
{
border-color: #E2D6FC;
}
.TagClassName
{
border-color: #E2D6FC;
}
</style>