Shades of Solitude #E5EFFD
Tints of Solitude #E5EFFD
RGB
CMYK
RGB Variations
Color information
#E5EFFD (or 0xE5EFFD) is known color: Solitude. HEX triplet: E5, EF and FD. RGB value is (229,239,253). Sum of RGB (Red+Green+Blue) = 229+239+253=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFD is #1A1002. Grayscale: #EDEDED. Windows color (decimal): -1708035 or 16642021. OLE color: 16642021.
HSL color Cylindrical-coordinate representation of color #E5EFFD: hue angle of 215º 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 #E5EFFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 239 | 253 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 215º | 0.86% | 0.95% | - |
HSV(B) | 215º | 0.09% | 0.99% | - |
XYZ | 80.91 | 85.48 | 105.16 | - |
YUV | 237.61 | 136.69 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 239 | 253 | 0.09 | 0.06 | 0 | 0.01 | 215 | 0.86 | 0.95 |
Hex | E5 | EF | FD | 9 | 6 | 0 | 1 | D7 | 56 | 5F |
Octal | 345 | 357 | 375 | 11 | 6 | 0 | 1 | 327 | 126 | 137 |
Binary | 11100101 | 11101111 | 11111101 | 1001 | 110 | 0 | 1 | 11010111 | 1010110 | 1011111 |
Color Harmonies of #E5EFFD
Complementary color
Monochromatic Colors of #E5EFFD
Black with #E5EFFD
Text Example
Text Example
White with #E5EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFFD; }
p { color: rgb(229,239,253); }
H1.HeaderClassName
{
color: #E5EFFD;
}
.AnyTagClassName
{
color: #E5EFFD;
}
</style>
background-color css
<style>
a { background-color: #E5EFFD; }
a { background-color: rgb(229,239,253); }
div.DivClassName
{
background-color: #E5EFFD;
}
.BgClassName
{
background-color: #E5EFFD;
}
</style>
border-color css
<style>
span { border-color: #E5EFFD; }
span { border-color: rgb(229,239,253); }
td.TdClassName
{
border-color: #E5EFFD;
}
.TagClassName
{
border-color: #E5EFFD;
}
</style>