Shades of Solitude #E3EDFF
Tints of Solitude #E3EDFF
RGB
CMYK
RGB Variations
Color information
#E3EDFF (or 0xE3EDFF) is known color: Solitude. HEX triplet: E3, ED and FF. RGB value is (227,237,255). Sum of RGB (Red+Green+Blue) = 227+237+255=719 (95% of max value = 765). Red value is 227 (89.06% from 255 or 31.57% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDFF is #1C1200. Grayscale: #EBEBEB. Windows color (decimal): -1839617 or 16772579. OLE color: 16772579.
HSL color Cylindrical-coordinate representation of color #E3EDFF: hue angle of 218.57º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3EDFF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 237 | 255 | - |
| CMYK | 0.11 | 0.07 | 0 | 0 |
| HSL | 218.57º | 1% | 0.95% | - |
| HSV(B) | 218.57º | 0.11% | 1% | - |
| XYZ | 80.01 | 84.12 | 106.63 | - |
| YUV | 236.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 255 | 0.11 | 0.07 | 0 | 0 | 218.57 | 1 | 0.95 |
| Hex | E3 | ED | FF | B | 7 | 0 | 0 | DB | 64 | 5F |
| Octal | 343 | 355 | 377 | 13 | 7 | 0 | 0 | 333 | 144 | 137 |
| Binary | 11100011 | 11101101 | 11111111 | 1011 | 111 | 0 | 0 | 11011011 | 1100100 | 1011111 |
Color Harmonies of #E3EDFF
Complementary color
Monochromatic Colors of #E3EDFF
Black with #E3EDFF
Text Example
Text Example
White with #E3EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDFF; }
p { color: rgb(227,237,255); }
H1.HeaderClassName
{
color: #E3EDFF;
}
.AnyTagClassName
{
color: #E3EDFF;
}
</style>
background-color css
<style>
a { background-color: #E3EDFF; }
a { background-color: rgb(227,237,255); }
div.DivClassName
{
background-color: #E3EDFF;
}
.BgClassName
{
background-color: #E3EDFF;
}
</style>
border-color css
<style>
span { border-color: #E3EDFF; }
span { border-color: rgb(227,237,255); }
td.TdClassName
{
border-color: #E3EDFF;
}
.TagClassName
{
border-color: #E3EDFF;
}
</style>