Shades of Solitude #E5EBFD
Tints of Solitude #E5EBFD
RGB
CMYK
RGB Variations
Color information
#E5EBFD (or 0xE5EBFD) is known color: Solitude. HEX triplet: E5, EB and FD. RGB value is (229,235,253). Sum of RGB (Red+Green+Blue) = 229+235+253=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EBFD is #1A1402. Grayscale: #EBEBEB. Windows color (decimal): -1709059 or 16640997. OLE color: 16640997.
HSL color Cylindrical-coordinate representation of color #E5EBFD: hue angle of 225º 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 #E5EBFD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 235 | 253 | - |
CMYK | 0.09 | 0.07 | 0 | 0.01 |
HSL | 225º | 0.86% | 0.95% | - |
HSV(B) | 225º | 0.09% | 0.99% | - |
XYZ | 79.75 | 83.17 | 104.78 | - |
YUV | 235.26 | 138.01 | 123.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 235 | 253 | 0.09 | 0.07 | 0 | 0.01 | 225 | 0.86 | 0.95 |
Hex | E5 | EB | FD | 9 | 7 | 0 | 1 | E1 | 56 | 5F |
Octal | 345 | 353 | 375 | 11 | 7 | 0 | 1 | 341 | 126 | 137 |
Binary | 11100101 | 11101011 | 11111101 | 1001 | 111 | 0 | 1 | 11100001 | 1010110 | 1011111 |
Color Harmonies of #E5EBFD
Complementary color
Monochromatic Colors of #E5EBFD
Black with #E5EBFD
Text Example
Text Example
White with #E5EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBFD; }
p { color: rgb(229,235,253); }
H1.HeaderClassName
{
color: #E5EBFD;
}
.AnyTagClassName
{
color: #E5EBFD;
}
</style>
background-color css
<style>
a { background-color: #E5EBFD; }
a { background-color: rgb(229,235,253); }
div.DivClassName
{
background-color: #E5EBFD;
}
.BgClassName
{
background-color: #E5EBFD;
}
</style>
border-color css
<style>
span { border-color: #E5EBFD; }
span { border-color: rgb(229,235,253); }
td.TdClassName
{
border-color: #E5EBFD;
}
.TagClassName
{
border-color: #E5EBFD;
}
</style>