Shades of Fog #E3DCF0
Tints of Fog #E3DCF0
RGB
CMYK
RGB Variations
Color information
#E3DCF0 (or 0xE3DCF0) is known color: Fog. HEX triplet: E3, DC and F0. RGB value is (227,220,240). Sum of RGB (Red+Green+Blue) = 227+220+240=687 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.04% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF0 is #1C230F. Grayscale: #E0E0E0. Windows color (decimal): -1843984 or 15785187. OLE color: 15785187.
HSL color Cylindrical-coordinate representation of color #E3DCF0: hue angle of 261º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3DCF0 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 220 | 240 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.06 |
| HSL | 261º | 0.4% | 0.9% | - |
| HSV(B) | 261º | 0.08% | 0.94% | - |
| XYZ | 73 | 73.81 | 92.84 | - |
| YUV | 224.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 240 | 0.05 | 0.08 | 0 | 0.06 | 261 | 0.4 | 0.9 |
| Hex | E3 | DC | F0 | 5 | 8 | 0 | 6 | 105 | 28 | 5A |
| Octal | 343 | 334 | 360 | 5 | 10 | 0 | 6 | 405 | 50 | 132 |
| Binary | 11100011 | 11011100 | 11110000 | 101 | 1000 | 0 | 110 | 100000101 | 101000 | 1011010 |
Color Harmonies of #E3DCF0
Complementary color
Monochromatic Colors of #E3DCF0
Black with #E3DCF0
Text Example
Text Example
White with #E3DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCF0; }
p { color: rgb(227,220,240); }
H1.HeaderClassName
{
color: #E3DCF0;
}
.AnyTagClassName
{
color: #E3DCF0;
}
</style>
background-color css
<style>
a { background-color: #E3DCF0; }
a { background-color: rgb(227,220,240); }
div.DivClassName
{
background-color: #E3DCF0;
}
.BgClassName
{
background-color: #E3DCF0;
}
</style>
border-color css
<style>
span { border-color: #E3DCF0; }
span { border-color: rgb(227,220,240); }
td.TdClassName
{
border-color: #E3DCF0;
}
.TagClassName
{
border-color: #E3DCF0;
}
</style>