Shades of Fog #E2D5FB
Tints of Fog #E2D5FB
RGB
CMYK
RGB Variations
Color information
#E2D5FB (or 0xE2D5FB) is known color: Fog. HEX triplet: E2, D5 and FB. RGB value is (226,213,251). Sum of RGB (Red+Green+Blue) = 226+213+251=690 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.75% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5FB is #1D2A04. Grayscale: #DDDDDD. Windows color (decimal): -1911301 or 16504290. OLE color: 16504290.
HSL color Cylindrical-coordinate representation of color #E2D5FB: hue angle of 260.53º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D5FB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 213 | 251 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.02 |
| HSL | 260.53º | 0.83% | 0.91% | - |
| HSV(B) | 260.53º | 0.15% | 0.98% | - |
| XYZ | 72.57 | 70.72 | 101.09 | - |
| YUV | 221.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 251 | 0.10 | 0.15 | 0 | 0.02 | 260.53 | 0.83 | 0.91 |
| Hex | E2 | D5 | FB | A | F | 0 | 2 | 105 | 53 | 5B |
| Octal | 342 | 325 | 373 | 12 | 17 | 0 | 2 | 405 | 123 | 133 |
| Binary | 11100010 | 11010101 | 11111011 | 1010 | 1111 | 0 | 10 | 100000101 | 1010011 | 1011011 |
Color Harmonies of #E2D5FB
Complementary color
Monochromatic Colors of #E2D5FB
Black with #E2D5FB
Text Example
Text Example
White with #E2D5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5FB; }
p { color: rgb(226,213,251); }
H1.HeaderClassName
{
color: #E2D5FB;
}
.AnyTagClassName
{
color: #E2D5FB;
}
</style>
background-color css
<style>
a { background-color: #E2D5FB; }
a { background-color: rgb(226,213,251); }
div.DivClassName
{
background-color: #E2D5FB;
}
.BgClassName
{
background-color: #E2D5FB;
}
</style>
border-color css
<style>
span { border-color: #E2D5FB; }
span { border-color: rgb(226,213,251); }
td.TdClassName
{
border-color: #E2D5FB;
}
.TagClassName
{
border-color: #E2D5FB;
}
</style>