#E4EAFF

Color #E4EAFF Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #E4EAFF

Tints of Solitude #E4EAFF

Color information

#E4EAFF (or 0xE4EAFF) is unknown color: approx Solitude. HEX triplet: E4, EA and FF. RGB value is (228,234,255). Sum of RGB (Red+Green+Blue) = 228+234+255=717 (94% of max value = 765). Red value is 228 (89.45% from 255 or 31.80% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EAFF is #1B1500. Grayscale: #EAEAEA. Windows color (decimal): -1774849 or 16771812. OLE color: 16771812.

HSL color Cylindrical-coordinate representation of color #E4EAFF: hue angle of 226.67º 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 #E4EAFF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB228234255-
CMYK0.110.0800
HSL226.67º100%94.71%-
HSV(B)226.67º10.59%100%-
XYZ79.4782.56106.35-
YUV234.6139.51123.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 31.80%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 255 (100% from 255) = 35.56%
R=31.80%
G=32.64%
B=35.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282342550.110.0800226.6710094.71
HexE4EAFFB800e3645f
Octal344352377131000343144137
Binary11100100111010101111111110111000001110001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EAFF; }

 p { color: rgb(228,234,255); }

 H1.HeaderClassName
 {
   color: #E4EAFF;
 }
 .AnyTagClassName
 {
   color: #E4EAFF;
 }
</style>
background-color css

<style>
 a { background-color: #E4EAFF; }

 a { background-color: rgb(228,234,255); }

 div.DivClassName
 {
   background-color: #E4EAFF;
 }
 .BgClassName
 {
   background-color: #E4EAFF;
 }
</style>
border-color css

<style>
 span { border-color: #E4EAFF; }

 span { border-color: rgb(228,234,255); }

 td.TdClassName
 {
   border-color: #E4EAFF;
 }
 .TagClassName
 {
   border-color: #E4EAFF;
 }
</style>