Shades of Solitude #E3EDF5
Tints of Solitude #E3EDF5
RGB
CMYK
RGB Variations
Color information
#E3EDF5 (or 0xE3EDF5) is known color: Solitude. HEX triplet: E3, ED and F5. RGB value is (227,237,245). Sum of RGB (Red+Green+Blue) = 227+237+245=709 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.02% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 245 - color contains mainly: blue. Hex color #E3EDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDF5 is #1C120A. Grayscale: #EAEAEA. Windows color (decimal): -1839627 or 16117219. OLE color: 16117219.
HSL color Cylindrical-coordinate representation of color #E3EDF5: hue angle of 206.67º degrees, saturation: 0.47, 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 #E3EDF5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 237 | 245 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.04 |
| HSL | 206.67º | 0.47% | 0.93% | - |
| HSV(B) | 206.67º | 0.07% | 0.96% | - |
| XYZ | 78.44 | 83.49 | 98.37 | - |
| YUV | 234.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 245 | 0.07 | 0.03 | 0 | 0.04 | 206.67 | 0.47 | 0.93 |
| Hex | E3 | ED | F5 | 7 | 3 | 0 | 4 | CF | 2F | 5D |
| Octal | 343 | 355 | 365 | 7 | 3 | 0 | 4 | 317 | 57 | 135 |
| Binary | 11100011 | 11101101 | 11110101 | 111 | 11 | 0 | 100 | 11001111 | 101111 | 1011101 |
Color Harmonies of #E3EDF5
Complementary color
Monochromatic Colors of #E3EDF5
Black with #E3EDF5
Text Example
Text Example
White with #E3EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDF5; }
p { color: rgb(227,237,245); }
H1.HeaderClassName
{
color: #E3EDF5;
}
.AnyTagClassName
{
color: #E3EDF5;
}
</style>
background-color css
<style>
a { background-color: #E3EDF5; }
a { background-color: rgb(227,237,245); }
div.DivClassName
{
background-color: #E3EDF5;
}
.BgClassName
{
background-color: #E3EDF5;
}
</style>
border-color css
<style>
span { border-color: #E3EDF5; }
span { border-color: rgb(227,237,245); }
td.TdClassName
{
border-color: #E3EDF5;
}
.TagClassName
{
border-color: #E3EDF5;
}
</style>