Shades of Solitude #E5EDF5
Tints of Solitude #E5EDF5
RGB
CMYK
RGB Variations
Color information
#E5EDF5 (or 0xE5EDF5) is known color: Solitude. HEX triplet: E5, ED and F5. RGB value is (229,237,245). Sum of RGB (Red+Green+Blue) = 229+237+245=711 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.21% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5EDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDF5 is #1A120A. Grayscale: #EBEBEB. Windows color (decimal): -1708555 or 16117221. OLE color: 16117221.
HSL color Cylindrical-coordinate representation of color #E5EDF5: hue angle of 210º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5EDF5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 229 | 237 | 245 | - |
CMYK | 0.07 | 0.03 | 0 | 0.04 |
HSL | 210º | 0.44% | 0.93% | - |
HSV(B) | 210º | 0.07% | 0.96% | - |
XYZ | 79.08 | 83.82 | 98.4 | - |
YUV | 235.52 | 133.35 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 245 | 0.07 | 0.03 | 0 | 0.04 | 210 | 0.44 | 0.93 |
Hex | E5 | ED | F5 | 7 | 3 | 0 | 4 | D2 | 2C | 5D |
Octal | 345 | 355 | 365 | 7 | 3 | 0 | 4 | 322 | 54 | 135 |
Binary | 11100101 | 11101101 | 11110101 | 111 | 11 | 0 | 100 | 11010010 | 101100 | 1011101 |
Color Harmonies of #E5EDF5
Complementary color
Monochromatic Colors of #E5EDF5
Black with #E5EDF5
Text Example
Text Example
White with #E5EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDF5; }
p { color: rgb(229,237,245); }
H1.HeaderClassName
{
color: #E5EDF5;
}
.AnyTagClassName
{
color: #E5EDF5;
}
</style>
background-color css
<style>
a { background-color: #E5EDF5; }
a { background-color: rgb(229,237,245); }
div.DivClassName
{
background-color: #E5EDF5;
}
.BgClassName
{
background-color: #E5EDF5;
}
</style>
border-color css
<style>
span { border-color: #E5EDF5; }
span { border-color: rgb(229,237,245); }
td.TdClassName
{
border-color: #E5EDF5;
}
.TagClassName
{
border-color: #E5EDF5;
}
</style>