Shades of Fog #E3D9F2
Tints of Fog #E3D9F2
RGB
CMYK
RGB Variations
Color information
#E3D9F2 (or 0xE3D9F2) is known color: Fog. HEX triplet: E3, D9 and F2. RGB value is (227,217,242). Sum of RGB (Red+Green+Blue) = 227+217+242=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3D9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9F2 is #1C260D. Grayscale: #DEDEDE. Windows color (decimal): -1844750 or 15915491. OLE color: 15915491.
HSL color Cylindrical-coordinate representation of color #E3D9F2: hue angle of 264º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D9F2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 217 | 242 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.05 |
| HSL | 264º | 0.49% | 0.9% | - |
| HSV(B) | 264º | 0.1% | 0.95% | - |
| XYZ | 72.52 | 72.37 | 94.15 | - |
| YUV | 222.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 242 | 0.06 | 0.10 | 0 | 0.05 | 264 | 0.49 | 0.9 |
| Hex | E3 | D9 | F2 | 6 | A | 0 | 5 | 108 | 31 | 5A |
| Octal | 343 | 331 | 362 | 6 | 12 | 0 | 5 | 410 | 61 | 132 |
| Binary | 11100011 | 11011001 | 11110010 | 110 | 1010 | 0 | 101 | 100001000 | 110001 | 1011010 |
Color Harmonies of #E3D9F2
Complementary color
Monochromatic Colors of #E3D9F2
Black with #E3D9F2
Text Example
Text Example
White with #E3D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9F2; }
p { color: rgb(227,217,242); }
H1.HeaderClassName
{
color: #E3D9F2;
}
.AnyTagClassName
{
color: #E3D9F2;
}
</style>
background-color css
<style>
a { background-color: #E3D9F2; }
a { background-color: rgb(227,217,242); }
div.DivClassName
{
background-color: #E3D9F2;
}
.BgClassName
{
background-color: #E3D9F2;
}
</style>
border-color css
<style>
span { border-color: #E3D9F2; }
span { border-color: rgb(227,217,242); }
td.TdClassName
{
border-color: #E3D9F2;
}
.TagClassName
{
border-color: #E3D9F2;
}
</style>