Shades of Fog #E1D5F3
Tints of Fog #E1D5F3
RGB
CMYK
RGB Variations
Color information
#E1D5F3 (or 0xE1D5F3) is known color: Fog. HEX triplet: E1, D5 and F3. RGB value is (225,213,243). Sum of RGB (Red+Green+Blue) = 225+213+243=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1D5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5F3 is #1E2A0C. Grayscale: #DBDBDB. Windows color (decimal): -1976845 or 15980001. OLE color: 15980001.
HSL color Cylindrical-coordinate representation of color #E1D5F3: hue angle of 264º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D5F3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 213 | 243 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.05 |
| HSL | 264º | 0.56% | 0.89% | - |
| HSV(B) | 264º | 0.12% | 0.95% | - |
| XYZ | 71.02 | 70.07 | 94.58 | - |
| YUV | 220.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 243 | 0.07 | 0.12 | 0 | 0.05 | 264 | 0.56 | 0.89 |
| Hex | E1 | D5 | F3 | 7 | C | 0 | 5 | 108 | 38 | 59 |
| Octal | 341 | 325 | 363 | 7 | 14 | 0 | 5 | 410 | 70 | 131 |
| Binary | 11100001 | 11010101 | 11110011 | 111 | 1100 | 0 | 101 | 100001000 | 111000 | 1011001 |
Color Harmonies of #E1D5F3
Complementary color
Monochromatic Colors of #E1D5F3
Black with #E1D5F3
Text Example
Text Example
White with #E1D5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5F3; }
p { color: rgb(225,213,243); }
H1.HeaderClassName
{
color: #E1D5F3;
}
.AnyTagClassName
{
color: #E1D5F3;
}
</style>
background-color css
<style>
a { background-color: #E1D5F3; }
a { background-color: rgb(225,213,243); }
div.DivClassName
{
background-color: #E1D5F3;
}
.BgClassName
{
background-color: #E1D5F3;
}
</style>
border-color css
<style>
span { border-color: #E1D5F3; }
span { border-color: rgb(225,213,243); }
td.TdClassName
{
border-color: #E1D5F3;
}
.TagClassName
{
border-color: #E1D5F3;
}
</style>