Shades of Fog #E2D6F3
Tints of Fog #E2D6F3
RGB
CMYK
RGB Variations
Color information
#E2D6F3 (or 0xE2D6F3) is known color: Fog. HEX triplet: E2, D6 and F3. RGB value is (226,214,243). Sum of RGB (Red+Green+Blue) = 226+214+243=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2D6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6F3 is #1D290C. Grayscale: #DCDCDC. Windows color (decimal): -1911053 or 15980258. OLE color: 15980258.
HSL color Cylindrical-coordinate representation of color #E2D6F3: hue angle of 264.83º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2D6F3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 214 | 243 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.05 |
| HSL | 264.83º | 0.55% | 0.9% | - |
| HSV(B) | 264.83º | 0.12% | 0.95% | - |
| XYZ | 71.59 | 70.73 | 94.67 | - |
| YUV | 220.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 243 | 0.07 | 0.12 | 0 | 0.05 | 264.83 | 0.55 | 0.9 |
| Hex | E2 | D6 | F3 | 7 | C | 0 | 5 | 109 | 37 | 5A |
| Octal | 342 | 326 | 363 | 7 | 14 | 0 | 5 | 411 | 67 | 132 |
| Binary | 11100010 | 11010110 | 11110011 | 111 | 1100 | 0 | 101 | 100001001 | 110111 | 1011010 |
Color Harmonies of #E2D6F3
Complementary color
Monochromatic Colors of #E2D6F3
Black with #E2D6F3
Text Example
Text Example
White with #E2D6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6F3; }
p { color: rgb(226,214,243); }
H1.HeaderClassName
{
color: #E2D6F3;
}
.AnyTagClassName
{
color: #E2D6F3;
}
</style>
background-color css
<style>
a { background-color: #E2D6F3; }
a { background-color: rgb(226,214,243); }
div.DivClassName
{
background-color: #E2D6F3;
}
.BgClassName
{
background-color: #E2D6F3;
}
</style>
border-color css
<style>
span { border-color: #E2D6F3; }
span { border-color: rgb(226,214,243); }
td.TdClassName
{
border-color: #E2D6F3;
}
.TagClassName
{
border-color: #E2D6F3;
}
</style>