Shades of Fog #E3D1FA
Tints of Fog #E3D1FA
RGB
CMYK
RGB Variations
Color information
#E3D1FA (or 0xE3D1FA) is known color: Fog. HEX triplet: E3, D1 and FA. RGB value is (227,209,250). Sum of RGB (Red+Green+Blue) = 227+209+250=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3D1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D1FA is #1C2E05. Grayscale: #DADADA. Windows color (decimal): -1846790 or 16437731. OLE color: 16437731.
HSL color Cylindrical-coordinate representation of color #E3D1FA: hue angle of 266.34º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D1FA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 209 | 250 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.02 |
| HSL | 266.34º | 0.8% | 0.9% | - |
| HSV(B) | 266.34º | 0.16% | 0.98% | - |
| XYZ | 71.73 | 68.83 | 99.95 | - |
| YUV | 219.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 250 | 0.09 | 0.16 | 0 | 0.02 | 266.34 | 0.8 | 0.9 |
| Hex | E3 | D1 | FA | 9 | 10 | 0 | 2 | 10A | 50 | 5A |
| Octal | 343 | 321 | 372 | 11 | 20 | 0 | 2 | 412 | 120 | 132 |
| Binary | 11100011 | 11010001 | 11111010 | 1001 | 10000 | 0 | 10 | 100001010 | 1010000 | 1011010 |
Color Harmonies of #E3D1FA
Complementary color
Monochromatic Colors of #E3D1FA
Black with #E3D1FA
Text Example
Text Example
White with #E3D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D1FA; }
p { color: rgb(227,209,250); }
H1.HeaderClassName
{
color: #E3D1FA;
}
.AnyTagClassName
{
color: #E3D1FA;
}
</style>
background-color css
<style>
a { background-color: #E3D1FA; }
a { background-color: rgb(227,209,250); }
div.DivClassName
{
background-color: #E3D1FA;
}
.BgClassName
{
background-color: #E3D1FA;
}
</style>
border-color css
<style>
span { border-color: #E3D1FA; }
span { border-color: rgb(227,209,250); }
td.TdClassName
{
border-color: #E3D1FA;
}
.TagClassName
{
border-color: #E3D1FA;
}
</style>