Shades of Solitude #E5EEFD
Tints of Solitude #E5EEFD
RGB
CMYK
RGB Variations
Color information
#E5EEFD (or 0xE5EEFD) is known color: Solitude. HEX triplet: E5, EE and FD. RGB value is (229,238,253). Sum of RGB (Red+Green+Blue) = 229+238+253=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFD is #1A1102. Grayscale: #ECECEC. Windows color (decimal): -1708291 or 16641765. OLE color: 16641765.
HSL color Cylindrical-coordinate representation of color #E5EEFD: hue angle of 217.5º 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 #E5EEFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 238 | 253 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 217.5º | 0.86% | 0.95% | - |
HSV(B) | 217.5º | 0.09% | 0.99% | - |
XYZ | 80.62 | 84.9 | 105.07 | - |
YUV | 237.02 | 137.02 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 238 | 253 | 0.09 | 0.06 | 0 | 0.01 | 217.5 | 0.86 | 0.95 |
Hex | E5 | EE | FD | 9 | 6 | 0 | 1 | DA | 56 | 5F |
Octal | 345 | 356 | 375 | 11 | 6 | 0 | 1 | 332 | 126 | 137 |
Binary | 11100101 | 11101110 | 11111101 | 1001 | 110 | 0 | 1 | 11011010 | 1010110 | 1011111 |
Color Harmonies of #E5EEFD
Complementary color
Monochromatic Colors of #E5EEFD
Black with #E5EEFD
Text Example
Text Example
White with #E5EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEFD; }
p { color: rgb(229,238,253); }
H1.HeaderClassName
{
color: #E5EEFD;
}
.AnyTagClassName
{
color: #E5EEFD;
}
</style>
background-color css
<style>
a { background-color: #E5EEFD; }
a { background-color: rgb(229,238,253); }
div.DivClassName
{
background-color: #E5EEFD;
}
.BgClassName
{
background-color: #E5EEFD;
}
</style>
border-color css
<style>
span { border-color: #E5EEFD; }
span { border-color: rgb(229,238,253); }
td.TdClassName
{
border-color: #E5EEFD;
}
.TagClassName
{
border-color: #E5EEFD;
}
</style>