Shades of Fog #E1D6EF
Tints of Fog #E1D6EF
RGB
CMYK
RGB Variations
Color information
#E1D6EF (or 0xE1D6EF) is known color: Fog. HEX triplet: E1, D6 and EF. RGB value is (225,214,239). Sum of RGB (Red+Green+Blue) = 225+214+239=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6EF is #1E2910. Grayscale: #DCDCDC. Windows color (decimal): -1976593 or 15718113. OLE color: 15718113.
HSL color Cylindrical-coordinate representation of color #E1D6EF: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D6EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 214 | 239 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.06 |
| HSL | 266.4º | 0.44% | 0.89% | - |
| HSV(B) | 266.4º | 0.1% | 0.94% | - |
| XYZ | 70.68 | 70.33 | 91.51 | - |
| YUV | 220.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 239 | 0.06 | 0.10 | 0 | 0.06 | 266.4 | 0.44 | 0.89 |
| Hex | E1 | D6 | EF | 6 | A | 0 | 6 | 10A | 2C | 59 |
| Octal | 341 | 326 | 357 | 6 | 12 | 0 | 6 | 412 | 54 | 131 |
| Binary | 11100001 | 11010110 | 11101111 | 110 | 1010 | 0 | 110 | 100001010 | 101100 | 1011001 |
Color Harmonies of #E1D6EF
Complementary color
Monochromatic Colors of #E1D6EF
Black with #E1D6EF
Text Example
Text Example
White with #E1D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6EF; }
p { color: rgb(225,214,239); }
H1.HeaderClassName
{
color: #E1D6EF;
}
.AnyTagClassName
{
color: #E1D6EF;
}
</style>
background-color css
<style>
a { background-color: #E1D6EF; }
a { background-color: rgb(225,214,239); }
div.DivClassName
{
background-color: #E1D6EF;
}
.BgClassName
{
background-color: #E1D6EF;
}
</style>
border-color css
<style>
span { border-color: #E1D6EF; }
span { border-color: rgb(225,214,239); }
td.TdClassName
{
border-color: #E1D6EF;
}
.TagClassName
{
border-color: #E1D6EF;
}
</style>