Shades of Fog #E5D7FB
Tints of Fog #E5D7FB
RGB
CMYK
RGB Variations
Color information
#E5D7FB (or 0xE5D7FB) is known color: Fog. HEX triplet: E5, D7 and FB. RGB value is (229,215,251). Sum of RGB (Red+Green+Blue) = 229+215+251=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7FB is #1A2804. Grayscale: #DFDFDF. Windows color (decimal): -1714181 or 16504805. OLE color: 16504805.
HSL color Cylindrical-coordinate representation of color #E5D7FB: hue angle of 263.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D7FB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 215 | 251 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.02 |
| HSL | 263.33º | 0.82% | 0.91% | - |
| HSV(B) | 263.33º | 0.14% | 0.98% | - |
| XYZ | 74.03 | 72.22 | 101.31 | - |
| YUV | 223.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 251 | 0.09 | 0.14 | 0 | 0.02 | 263.33 | 0.82 | 0.91 |
| Hex | E5 | D7 | FB | 9 | E | 0 | 2 | 107 | 52 | 5B |
| Octal | 345 | 327 | 373 | 11 | 16 | 0 | 2 | 407 | 122 | 133 |
| Binary | 11100101 | 11010111 | 11111011 | 1001 | 1110 | 0 | 10 | 100000111 | 1010010 | 1011011 |
Color Harmonies of #E5D7FB
Complementary color
Monochromatic Colors of #E5D7FB
Black with #E5D7FB
Text Example
Text Example
White with #E5D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7FB; }
p { color: rgb(229,215,251); }
H1.HeaderClassName
{
color: #E5D7FB;
}
.AnyTagClassName
{
color: #E5D7FB;
}
</style>
background-color css
<style>
a { background-color: #E5D7FB; }
a { background-color: rgb(229,215,251); }
div.DivClassName
{
background-color: #E5D7FB;
}
.BgClassName
{
background-color: #E5D7FB;
}
</style>
border-color css
<style>
span { border-color: #E5D7FB; }
span { border-color: rgb(229,215,251); }
td.TdClassName
{
border-color: #E5D7FB;
}
.TagClassName
{
border-color: #E5D7FB;
}
</style>