Shades of Solitude #E4EAFE
Tints of Solitude #E4EAFE
RGB
CMYK
RGB Variations
Color information
#E4EAFE (or 0xE4EAFE) is known color: Solitude. HEX triplet: E4, EA and FE. RGB value is (228,234,254). Sum of RGB (Red+Green+Blue) = 228+234+254=716 (94% of max value = 765). Red value is 228 (89.45% from 255 or 31.84% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EAFE is #1B1501. Grayscale: #EAEAEA. Windows color (decimal): -1774850 or 16706276. OLE color: 16706276.
HSL color Cylindrical-coordinate representation of color #E4EAFE: hue angle of 226.15º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4EAFE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 234 | 254 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.00 |
| HSL | 226.15º | 0.93% | 0.95% | - |
| HSV(B) | 226.15º | 0.1% | 1% | - |
| XYZ | 79.31 | 82.5 | 105.51 | - |
| YUV | 234.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 234 | 254 | 0.10 | 0.08 | 0 | 0.00 | 226.15 | 0.93 | 0.95 |
| Hex | E4 | EA | FE | A | 8 | 0 | 0 | E2 | 5D | 5F |
| Octal | 344 | 352 | 376 | 12 | 10 | 0 | 0 | 342 | 135 | 137 |
| Binary | 11100100 | 11101010 | 11111110 | 1010 | 1000 | 0 | 0 | 11100010 | 1011101 | 1011111 |
Color Harmonies of #E4EAFE
Complementary color
Monochromatic Colors of #E4EAFE
Black with #E4EAFE
Text Example
Text Example
White with #E4EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EAFE; }
p { color: rgb(228,234,254); }
H1.HeaderClassName
{
color: #E4EAFE;
}
.AnyTagClassName
{
color: #E4EAFE;
}
</style>
background-color css
<style>
a { background-color: #E4EAFE; }
a { background-color: rgb(228,234,254); }
div.DivClassName
{
background-color: #E4EAFE;
}
.BgClassName
{
background-color: #E4EAFE;
}
</style>
border-color css
<style>
span { border-color: #E4EAFE; }
span { border-color: rgb(228,234,254); }
td.TdClassName
{
border-color: #E4EAFE;
}
.TagClassName
{
border-color: #E4EAFE;
}
</style>