Shades of Fog #E2D7F9
Tints of Fog #E2D7F9
RGB
CMYK
RGB Variations
Color information
#E2D7F9 (or 0xE2D7F9) is known color: Fog. HEX triplet: E2, D7 and F9. RGB value is (226,215,249). Sum of RGB (Red+Green+Blue) = 226+215+249=690 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.75% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2D7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D7F9 is #1D2806. Grayscale: #DEDEDE. Windows color (decimal): -1910791 or 16373730. OLE color: 16373730.
HSL color Cylindrical-coordinate representation of color #E2D7F9: hue angle of 259.41º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2D7F9 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 215 | 249 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.02 |
| HSL | 259.41º | 0.74% | 0.91% | - |
| HSV(B) | 259.41º | 0.14% | 0.98% | - |
| XYZ | 72.76 | 71.61 | 99.61 | - |
| YUV | 222.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 249 | 0.09 | 0.14 | 0 | 0.02 | 259.41 | 0.74 | 0.91 |
| Hex | E2 | D7 | F9 | 9 | E | 0 | 2 | 103 | 4A | 5B |
| Octal | 342 | 327 | 371 | 11 | 16 | 0 | 2 | 403 | 112 | 133 |
| Binary | 11100010 | 11010111 | 11111001 | 1001 | 1110 | 0 | 10 | 100000011 | 1001010 | 1011011 |
Color Harmonies of #E2D7F9
Complementary color
Monochromatic Colors of #E2D7F9
Black with #E2D7F9
Text Example
Text Example
White with #E2D7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D7F9; }
p { color: rgb(226,215,249); }
H1.HeaderClassName
{
color: #E2D7F9;
}
.AnyTagClassName
{
color: #E2D7F9;
}
</style>
background-color css
<style>
a { background-color: #E2D7F9; }
a { background-color: rgb(226,215,249); }
div.DivClassName
{
background-color: #E2D7F9;
}
.BgClassName
{
background-color: #E2D7F9;
}
</style>
border-color css
<style>
span { border-color: #E2D7F9; }
span { border-color: rgb(226,215,249); }
td.TdClassName
{
border-color: #E2D7F9;
}
.TagClassName
{
border-color: #E2D7F9;
}
</style>