Shades of Fog #E2D5FD
Tints of Fog #E2D5FD
RGB
CMYK
RGB Variations
Color information
#E2D5FD (or 0xE2D5FD) is known color: Fog. HEX triplet: E2, D5 and FD. RGB value is (226,213,253). Sum of RGB (Red+Green+Blue) = 226+213+253=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5FD is #1D2A02. Grayscale: #DDDDDD. Windows color (decimal): -1911299 or 16635362. OLE color: 16635362.
HSL color Cylindrical-coordinate representation of color #E2D5FD: hue angle of 259.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D5FD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 213 | 253 | - |
CMYK | 0.11 | 0.16 | 0 | 0.01 |
HSL | 259.5º | 0.91% | 0.91% | - |
HSV(B) | 259.5º | 0.16% | 0.99% | - |
XYZ | 72.89 | 70.85 | 102.76 | - |
YUV | 221.45 | 145.81 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 213 | 253 | 0.11 | 0.16 | 0 | 0.01 | 259.5 | 0.91 | 0.91 |
Hex | E2 | D5 | FD | B | 10 | 0 | 1 | 104 | 5B | 5B |
Octal | 342 | 325 | 375 | 13 | 20 | 0 | 1 | 404 | 133 | 133 |
Binary | 11100010 | 11010101 | 11111101 | 1011 | 10000 | 0 | 1 | 100000100 | 1011011 | 1011011 |
Color Harmonies of #E2D5FD
Complementary color
Monochromatic Colors of #E2D5FD
Black with #E2D5FD
Text Example
Text Example
White with #E2D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5FD; }
p { color: rgb(226,213,253); }
H1.HeaderClassName
{
color: #E2D5FD;
}
.AnyTagClassName
{
color: #E2D5FD;
}
</style>
background-color css
<style>
a { background-color: #E2D5FD; }
a { background-color: rgb(226,213,253); }
div.DivClassName
{
background-color: #E2D5FD;
}
.BgClassName
{
background-color: #E2D5FD;
}
</style>
border-color css
<style>
span { border-color: #E2D5FD; }
span { border-color: rgb(226,213,253); }
td.TdClassName
{
border-color: #E2D5FD;
}
.TagClassName
{
border-color: #E2D5FD;
}
</style>