Shades of Fog #E3DCF1
Tints of Fog #E3DCF1
RGB
CMYK
RGB Variations
Color information
#E3DCF1 (or 0xE3DCF1) is known color: Fog. HEX triplet: E3, DC and F1. RGB value is (227,220,241). Sum of RGB (Red+Green+Blue) = 227+220+241=688 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.99% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF1 is #1C230E. Grayscale: #E0E0E0. Windows color (decimal): -1843983 or 15850723. OLE color: 15850723.
HSL color Cylindrical-coordinate representation of color #E3DCF1: hue angle of 260º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3DCF1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 220 | 241 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.05 |
| HSL | 260º | 0.43% | 0.9% | - |
| HSV(B) | 260º | 0.09% | 0.95% | - |
| XYZ | 73.15 | 73.87 | 93.62 | - |
| YUV | 224.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 241 | 0.06 | 0.09 | 0 | 0.05 | 260 | 0.43 | 0.9 |
| Hex | E3 | DC | F1 | 6 | 9 | 0 | 5 | 104 | 2B | 5A |
| Octal | 343 | 334 | 361 | 6 | 11 | 0 | 5 | 404 | 53 | 132 |
| Binary | 11100011 | 11011100 | 11110001 | 110 | 1001 | 0 | 101 | 100000100 | 101011 | 1011010 |
Color Harmonies of #E3DCF1
Complementary color
Monochromatic Colors of #E3DCF1
Black with #E3DCF1
Text Example
Text Example
White with #E3DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCF1; }
p { color: rgb(227,220,241); }
H1.HeaderClassName
{
color: #E3DCF1;
}
.AnyTagClassName
{
color: #E3DCF1;
}
</style>
background-color css
<style>
a { background-color: #E3DCF1; }
a { background-color: rgb(227,220,241); }
div.DivClassName
{
background-color: #E3DCF1;
}
.BgClassName
{
background-color: #E3DCF1;
}
</style>
border-color css
<style>
span { border-color: #E3DCF1; }
span { border-color: rgb(227,220,241); }
td.TdClassName
{
border-color: #E3DCF1;
}
.TagClassName
{
border-color: #E3DCF1;
}
</style>