Shades of Solitude #E2EBFF
Tints of Solitude #E2EBFF
RGB
CMYK
RGB Variations
Color information
#E2EBFF (or 0xE2EBFF) is known color: Solitude. HEX triplet: E2, EB and FF. RGB value is (226,235,255). Sum of RGB (Red+Green+Blue) = 226+235+255=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EBFF is #1D1400. Grayscale: #EAEAEA. Windows color (decimal): -1905665 or 16772066. OLE color: 16772066.
HSL color Cylindrical-coordinate representation of color #E2EBFF: hue angle of 221.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EBFF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 235 | 255 | - |
| CMYK | 0.11 | 0.08 | 0 | 0 |
| HSL | 221.38º | 1% | 0.94% | - |
| HSV(B) | 221.38º | 0.11% | 1% | - |
| XYZ | 79.12 | 82.81 | 106.42 | - |
| YUV | 234.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 255 | 0.11 | 0.08 | 0 | 0 | 221.38 | 1 | 0.94 |
| Hex | E2 | EB | FF | B | 8 | 0 | 0 | DD | 64 | 5E |
| Octal | 342 | 353 | 377 | 13 | 10 | 0 | 0 | 335 | 144 | 136 |
| Binary | 11100010 | 11101011 | 11111111 | 1011 | 1000 | 0 | 0 | 11011101 | 1100100 | 1011110 |
Color Harmonies of #E2EBFF
Complementary color
Monochromatic Colors of #E2EBFF
Black with #E2EBFF
Text Example
Text Example
White with #E2EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBFF; }
p { color: rgb(226,235,255); }
H1.HeaderClassName
{
color: #E2EBFF;
}
.AnyTagClassName
{
color: #E2EBFF;
}
</style>
background-color css
<style>
a { background-color: #E2EBFF; }
a { background-color: rgb(226,235,255); }
div.DivClassName
{
background-color: #E2EBFF;
}
.BgClassName
{
background-color: #E2EBFF;
}
</style>
border-color css
<style>
span { border-color: #E2EBFF; }
span { border-color: rgb(226,235,255); }
td.TdClassName
{
border-color: #E2EBFF;
}
.TagClassName
{
border-color: #E2EBFF;
}
</style>