Shades of Fog #E2D6FB
Tints of Fog #E2D6FB
RGB
CMYK
RGB Variations
Color information
#E2D6FB (or 0xE2D6FB) is known color: Fog. HEX triplet: E2, D6 and FB. RGB value is (226,214,251). Sum of RGB (Red+Green+Blue) = 226+214+251=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6FB is #1D2904. Grayscale: #DDDDDD. Windows color (decimal): -1911045 or 16504546. OLE color: 16504546.
HSL color Cylindrical-coordinate representation of color #E2D6FB: hue angle of 259.46º degrees, saturation: 0.82, 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 #E2D6FB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 214 | 251 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.02 |
| HSL | 259.46º | 0.82% | 0.91% | - |
| HSV(B) | 259.46º | 0.15% | 0.98% | - |
| XYZ | 72.82 | 71.23 | 101.18 | - |
| YUV | 221.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 251 | 0.10 | 0.15 | 0 | 0.02 | 259.46 | 0.82 | 0.91 |
| Hex | E2 | D6 | FB | A | F | 0 | 2 | 103 | 52 | 5B |
| Octal | 342 | 326 | 373 | 12 | 17 | 0 | 2 | 403 | 122 | 133 |
| Binary | 11100010 | 11010110 | 11111011 | 1010 | 1111 | 0 | 10 | 100000011 | 1010010 | 1011011 |
Color Harmonies of #E2D6FB
Complementary color
Monochromatic Colors of #E2D6FB
Black with #E2D6FB
Text Example
Text Example
White with #E2D6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6FB; }
p { color: rgb(226,214,251); }
H1.HeaderClassName
{
color: #E2D6FB;
}
.AnyTagClassName
{
color: #E2D6FB;
}
</style>
background-color css
<style>
a { background-color: #E2D6FB; }
a { background-color: rgb(226,214,251); }
div.DivClassName
{
background-color: #E2D6FB;
}
.BgClassName
{
background-color: #E2D6FB;
}
</style>
border-color css
<style>
span { border-color: #E2D6FB; }
span { border-color: rgb(226,214,251); }
td.TdClassName
{
border-color: #E2D6FB;
}
.TagClassName
{
border-color: #E2D6FB;
}
</style>