Shades of Fog #E3D1FF
Tints of Fog #E3D1FF
RGB
CMYK
RGB Variations
Color information
#E3D1FF (or 0xE3D1FF) is known color: Fog. HEX triplet: E3, D1 and FF. RGB value is (227,209,255). Sum of RGB (Red+Green+Blue) = 227+209+255=691 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.85% from 691); Green value is 209 (82.03% from 255 or 30.25% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D1FF is #1C2E00. Grayscale: #DBDBDB. Windows color (decimal): -1846785 or 16765411. OLE color: 16765411.
HSL color Cylindrical-coordinate representation of color #E3D1FF: hue angle of 263.48º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3D1FF is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 209 | 255 | - |
| CMYK | 0.11 | 0.18 | 0 | 0 |
| HSL | 263.48º | 1% | 0.91% | - |
| HSV(B) | 263.48º | 0.18% | 1% | - |
| XYZ | 72.53 | 69.15 | 104.13 | - |
| YUV | 219.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 255 | 0.11 | 0.18 | 0 | 0 | 263.48 | 1 | 0.91 |
| Hex | E3 | D1 | FF | B | 12 | 0 | 0 | 107 | 64 | 5B |
| Octal | 343 | 321 | 377 | 13 | 22 | 0 | 0 | 407 | 144 | 133 |
| Binary | 11100011 | 11010001 | 11111111 | 1011 | 10010 | 0 | 0 | 100000111 | 1100100 | 1011011 |
Color Harmonies of #E3D1FF
Complementary color
Monochromatic Colors of #E3D1FF
Black with #E3D1FF
Text Example
Text Example
White with #E3D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D1FF; }
p { color: rgb(227,209,255); }
H1.HeaderClassName
{
color: #E3D1FF;
}
.AnyTagClassName
{
color: #E3D1FF;
}
</style>
background-color css
<style>
a { background-color: #E3D1FF; }
a { background-color: rgb(227,209,255); }
div.DivClassName
{
background-color: #E3D1FF;
}
.BgClassName
{
background-color: #E3D1FF;
}
</style>
border-color css
<style>
span { border-color: #E3D1FF; }
span { border-color: rgb(227,209,255); }
td.TdClassName
{
border-color: #E3D1FF;
}
.TagClassName
{
border-color: #E3D1FF;
}
</style>