Shades of Fog #E3DAF2
Tints of Fog #E3DAF2
RGB
CMYK
RGB Variations
Color information
#E3DAF2 (or 0xE3DAF2) is known color: Fog. HEX triplet: E3, DA and F2. RGB value is (227,218,242). Sum of RGB (Red+Green+Blue) = 227+218+242=687 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.04% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAF2 is #1C250D. Grayscale: #DFDFDF. Windows color (decimal): -1844494 or 15915747. OLE color: 15915747.
HSL color Cylindrical-coordinate representation of color #E3DAF2: hue angle of 262.5º degrees, saturation: 0.48, 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 #E3DAF2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 218 | 242 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.05 |
| HSL | 262.5º | 0.48% | 0.9% | - |
| HSV(B) | 262.5º | 0.1% | 0.95% | - |
| XYZ | 72.78 | 72.88 | 94.24 | - |
| YUV | 223.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 242 | 0.06 | 0.10 | 0 | 0.05 | 262.5 | 0.48 | 0.9 |
| Hex | E3 | DA | F2 | 6 | A | 0 | 5 | 106 | 30 | 5A |
| Octal | 343 | 332 | 362 | 6 | 12 | 0 | 5 | 406 | 60 | 132 |
| Binary | 11100011 | 11011010 | 11110010 | 110 | 1010 | 0 | 101 | 100000110 | 110000 | 1011010 |
Color Harmonies of #E3DAF2
Complementary color
Monochromatic Colors of #E3DAF2
Black with #E3DAF2
Text Example
Text Example
White with #E3DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAF2; }
p { color: rgb(227,218,242); }
H1.HeaderClassName
{
color: #E3DAF2;
}
.AnyTagClassName
{
color: #E3DAF2;
}
</style>
background-color css
<style>
a { background-color: #E3DAF2; }
a { background-color: rgb(227,218,242); }
div.DivClassName
{
background-color: #E3DAF2;
}
.BgClassName
{
background-color: #E3DAF2;
}
</style>
border-color css
<style>
span { border-color: #E3DAF2; }
span { border-color: rgb(227,218,242); }
td.TdClassName
{
border-color: #E3DAF2;
}
.TagClassName
{
border-color: #E3DAF2;
}
</style>