Shades of Fog #E2D0FB
Tints of Fog #E2D0FB
RGB
CMYK
RGB Variations
Color information
#E2D0FB (or 0xE2D0FB) is known color: Fog. HEX triplet: E2, D0 and FB. RGB value is (226,208,251). Sum of RGB (Red+Green+Blue) = 226+208+251=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D0FB is #1D2F04. Grayscale: #DADADA. Windows color (decimal): -1912581 or 16503010. OLE color: 16503010.
HSL color Cylindrical-coordinate representation of color #E2D0FB: hue angle of 265.12º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2D0FB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 208 | 251 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.02 |
| HSL | 265.12º | 0.84% | 0.9% | - |
| HSV(B) | 265.12º | 0.17% | 0.98% | - |
| XYZ | 71.33 | 68.25 | 100.68 | - |
| YUV | 218.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 251 | 0.10 | 0.17 | 0 | 0.02 | 265.12 | 0.84 | 0.9 |
| Hex | E2 | D0 | FB | A | 11 | 0 | 2 | 109 | 54 | 5A |
| Octal | 342 | 320 | 373 | 12 | 21 | 0 | 2 | 411 | 124 | 132 |
| Binary | 11100010 | 11010000 | 11111011 | 1010 | 10001 | 0 | 10 | 100001001 | 1010100 | 1011010 |
Color Harmonies of #E2D0FB
Complementary color
Monochromatic Colors of #E2D0FB
Black with #E2D0FB
Text Example
Text Example
White with #E2D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0FB; }
p { color: rgb(226,208,251); }
H1.HeaderClassName
{
color: #E2D0FB;
}
.AnyTagClassName
{
color: #E2D0FB;
}
</style>
background-color css
<style>
a { background-color: #E2D0FB; }
a { background-color: rgb(226,208,251); }
div.DivClassName
{
background-color: #E2D0FB;
}
.BgClassName
{
background-color: #E2D0FB;
}
</style>
border-color css
<style>
span { border-color: #E2D0FB; }
span { border-color: rgb(226,208,251); }
td.TdClassName
{
border-color: #E2D0FB;
}
.TagClassName
{
border-color: #E2D0FB;
}
</style>