Shades of Fog #E2D1FB
Tints of Fog #E2D1FB
RGB
CMYK
RGB Variations
Color information
#E2D1FB (or 0xE2D1FB) is known color: Fog. HEX triplet: E2, D1 and FB. RGB value is (226,209,251). Sum of RGB (Red+Green+Blue) = 226+209+251=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1FB is #1D2E04. Grayscale: #DADADA. Windows color (decimal): -1912325 or 16503266. OLE color: 16503266.
HSL color Cylindrical-coordinate representation of color #E2D1FB: hue angle of 264.29º 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 #E2D1FB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 209 | 251 | - |
CMYK | 0.10 | 0.17 | 0 | 0.02 |
HSL | 264.29º | 0.84% | 0.9% | - |
HSV(B) | 264.29º | 0.17% | 0.98% | - |
XYZ | 71.58 | 68.73 | 100.76 | - |
YUV | 218.87 | 146.13 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 209 | 251 | 0.10 | 0.17 | 0 | 0.02 | 264.29 | 0.84 | 0.9 |
Hex | E2 | D1 | FB | A | 11 | 0 | 2 | 108 | 54 | 5A |
Octal | 342 | 321 | 373 | 12 | 21 | 0 | 2 | 410 | 124 | 132 |
Binary | 11100010 | 11010001 | 11111011 | 1010 | 10001 | 0 | 10 | 100001000 | 1010100 | 1011010 |
Color Harmonies of #E2D1FB
Complementary color
Monochromatic Colors of #E2D1FB
Black with #E2D1FB
Text Example
Text Example
White with #E2D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1FB; }
p { color: rgb(226,209,251); }
H1.HeaderClassName
{
color: #E2D1FB;
}
.AnyTagClassName
{
color: #E2D1FB;
}
</style>
background-color css
<style>
a { background-color: #E2D1FB; }
a { background-color: rgb(226,209,251); }
div.DivClassName
{
background-color: #E2D1FB;
}
.BgClassName
{
background-color: #E2D1FB;
}
</style>
border-color css
<style>
span { border-color: #E2D1FB; }
span { border-color: rgb(226,209,251); }
td.TdClassName
{
border-color: #E2D1FB;
}
.TagClassName
{
border-color: #E2D1FB;
}
</style>