Shades of Fog #E2D5FC
Tints of Fog #E2D5FC
RGB
CMYK
RGB Variations
Color information
#E2D5FC (or 0xE2D5FC) is known color: Fog. HEX triplet: E2, D5 and FC. RGB value is (226,213,252). Sum of RGB (Red+Green+Blue) = 226+213+252=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5FC is #1D2A03. Grayscale: #DDDDDD. Windows color (decimal): -1911300 or 16569826. OLE color: 16569826.
HSL color Cylindrical-coordinate representation of color #E2D5FC: hue angle of 260º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D5FC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 213 | 252 | - |
CMYK | 0.10 | 0.15 | 0 | 0.01 |
HSL | 260º | 0.87% | 0.91% | - |
HSV(B) | 260º | 0.15% | 0.99% | - |
XYZ | 72.73 | 70.79 | 101.93 | - |
YUV | 221.33 | 145.31 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 213 | 252 | 0.10 | 0.15 | 0 | 0.01 | 260 | 0.87 | 0.91 |
Hex | E2 | D5 | FC | A | F | 0 | 1 | 104 | 57 | 5B |
Octal | 342 | 325 | 374 | 12 | 17 | 0 | 1 | 404 | 127 | 133 |
Binary | 11100010 | 11010101 | 11111100 | 1010 | 1111 | 0 | 1 | 100000100 | 1010111 | 1011011 |
Color Harmonies of #E2D5FC
Complementary color
Monochromatic Colors of #E2D5FC
Black with #E2D5FC
Text Example
Text Example
White with #E2D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5FC; }
p { color: rgb(226,213,252); }
H1.HeaderClassName
{
color: #E2D5FC;
}
.AnyTagClassName
{
color: #E2D5FC;
}
</style>
background-color css
<style>
a { background-color: #E2D5FC; }
a { background-color: rgb(226,213,252); }
div.DivClassName
{
background-color: #E2D5FC;
}
.BgClassName
{
background-color: #E2D5FC;
}
</style>
border-color css
<style>
span { border-color: #E2D5FC; }
span { border-color: rgb(226,213,252); }
td.TdClassName
{
border-color: #E2D5FC;
}
.TagClassName
{
border-color: #E2D5FC;
}
</style>