Shades of Solitude #E2EDFD
Tints of Solitude #E2EDFD
RGB
CMYK
RGB Variations
Color information
#E2EDFD (or 0xE2EDFD) is known color: Solitude. HEX triplet: E2, ED and FD. RGB value is (226,237,253). Sum of RGB (Red+Green+Blue) = 226+237+253=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFD is #1D1202. Grayscale: #EBEBEB. Windows color (decimal): -1905155 or 16641506. OLE color: 16641506.
HSL color Cylindrical-coordinate representation of color #E2EDFD: hue angle of 215.56º degrees, saturation: 0.87, 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 #E2EDFD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 237 | 253 | - |
CMYK | 0.11 | 0.06 | 0 | 0.01 |
HSL | 215.56º | 0.87% | 0.94% | - |
HSV(B) | 215.56º | 0.11% | 0.99% | - |
XYZ | 79.38 | 83.83 | 104.93 | - |
YUV | 235.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 253 | 0.11 | 0.06 | 0 | 0.01 | 215.56 | 0.87 | 0.94 |
Hex | E2 | ED | FD | B | 6 | 0 | 1 | D8 | 57 | 5E |
Octal | 342 | 355 | 375 | 13 | 6 | 0 | 1 | 330 | 127 | 136 |
Binary | 11100010 | 11101101 | 11111101 | 1011 | 110 | 0 | 1 | 11011000 | 1010111 | 1011110 |
Color Harmonies of #E2EDFD
Complementary color
Monochromatic Colors of #E2EDFD
Black with #E2EDFD
Text Example
Text Example
White with #E2EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDFD; }
p { color: rgb(226,237,253); }
H1.HeaderClassName
{
color: #E2EDFD;
}
.AnyTagClassName
{
color: #E2EDFD;
}
</style>
background-color css
<style>
a { background-color: #E2EDFD; }
a { background-color: rgb(226,237,253); }
div.DivClassName
{
background-color: #E2EDFD;
}
.BgClassName
{
background-color: #E2EDFD;
}
</style>
border-color css
<style>
span { border-color: #E2EDFD; }
span { border-color: rgb(226,237,253); }
td.TdClassName
{
border-color: #E2EDFD;
}
.TagClassName
{
border-color: #E2EDFD;
}
</style>