Shades of Solitude #E1EDFD
Tints of Solitude #E1EDFD
RGB
CMYK
RGB Variations
Color information
#E1EDFD (or 0xE1EDFD) is known color: Solitude. HEX triplet: E1, ED and FD. RGB value is (225,237,253). Sum of RGB (Red+Green+Blue) = 225+237+253=715 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.47% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFD is #1E1202. Grayscale: #EBEBEB. Windows color (decimal): -1970691 or 16641505. OLE color: 16641505.
HSL color Cylindrical-coordinate representation of color #E1EDFD: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1EDFD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 225 | 237 | 253 | - |
CMYK | 0.11 | 0.06 | 0 | 0.01 |
HSL | 214.29º | 0.88% | 0.94% | - |
HSV(B) | 214.29º | 0.11% | 0.99% | - |
XYZ | 79.07 | 83.67 | 104.91 | - |
YUV | 235.24 | 138.02 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 237 | 253 | 0.11 | 0.06 | 0 | 0.01 | 214.29 | 0.88 | 0.94 |
Hex | E1 | ED | FD | B | 6 | 0 | 1 | D6 | 58 | 5E |
Octal | 341 | 355 | 375 | 13 | 6 | 0 | 1 | 326 | 130 | 136 |
Binary | 11100001 | 11101101 | 11111101 | 1011 | 110 | 0 | 1 | 11010110 | 1011000 | 1011110 |
Color Harmonies of #E1EDFD
Complementary color
Monochromatic Colors of #E1EDFD
Black with #E1EDFD
Text Example
Text Example
White with #E1EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDFD; }
p { color: rgb(225,237,253); }
H1.HeaderClassName
{
color: #E1EDFD;
}
.AnyTagClassName
{
color: #E1EDFD;
}
</style>
background-color css
<style>
a { background-color: #E1EDFD; }
a { background-color: rgb(225,237,253); }
div.DivClassName
{
background-color: #E1EDFD;
}
.BgClassName
{
background-color: #E1EDFD;
}
</style>
border-color css
<style>
span { border-color: #E1EDFD; }
span { border-color: rgb(225,237,253); }
td.TdClassName
{
border-color: #E1EDFD;
}
.TagClassName
{
border-color: #E1EDFD;
}
</style>