Shades of Solitude #E5EDFD
Tints of Solitude #E5EDFD
RGB
CMYK
RGB Variations
Color information
#E5EDFD (or 0xE5EDFD) is known color: Solitude. HEX triplet: E5, ED and FD. RGB value is (229,237,253). Sum of RGB (Red+Green+Blue) = 229+237+253=719 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.85% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFD is #1A1202. Grayscale: #ECECEC. Windows color (decimal): -1708547 or 16641509. OLE color: 16641509.
HSL color Cylindrical-coordinate representation of color #E5EDFD: hue angle of 220º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EDFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 237 | 253 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 220º | 0.86% | 0.95% | - |
HSV(B) | 220º | 0.09% | 0.99% | - |
XYZ | 80.33 | 84.32 | 104.97 | - |
YUV | 236.43 | 137.35 | 122.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 253 | 0.09 | 0.06 | 0 | 0.01 | 220 | 0.86 | 0.95 |
Hex | E5 | ED | FD | 9 | 6 | 0 | 1 | DC | 56 | 5F |
Octal | 345 | 355 | 375 | 11 | 6 | 0 | 1 | 334 | 126 | 137 |
Binary | 11100101 | 11101101 | 11111101 | 1001 | 110 | 0 | 1 | 11011100 | 1010110 | 1011111 |
Color Harmonies of #E5EDFD
Complementary color
Monochromatic Colors of #E5EDFD
Black with #E5EDFD
Text Example
Text Example
White with #E5EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDFD; }
p { color: rgb(229,237,253); }
H1.HeaderClassName
{
color: #E5EDFD;
}
.AnyTagClassName
{
color: #E5EDFD;
}
</style>
background-color css
<style>
a { background-color: #E5EDFD; }
a { background-color: rgb(229,237,253); }
div.DivClassName
{
background-color: #E5EDFD;
}
.BgClassName
{
background-color: #E5EDFD;
}
</style>
border-color css
<style>
span { border-color: #E5EDFD; }
span { border-color: rgb(229,237,253); }
td.TdClassName
{
border-color: #E5EDFD;
}
.TagClassName
{
border-color: #E5EDFD;
}
</style>