#E4EFFE

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

Shades of Solitude #E4EFFE

Tints of Solitude #E4EFFE

Color information

#E4EFFE (or 0xE4EFFE) is unknown color: approx Solitude. HEX triplet: E4, EF and FE. RGB value is (228,239,254). Sum of RGB (Red+Green+Blue) = 228+239+254=721 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.62% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EFFE is #1B1001. Grayscale: #EDEDED. Windows color (decimal): -1773570 or 16707556. OLE color: 16707556.

HSL color Cylindrical-coordinate representation of color #E4EFFE: hue angle of 214.62º 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 #E4EFFE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228239254-
CMYK0.100.0600.00
HSL214.62º92.86%94.51%-
HSV(B)214.62º10.24%99.61%-
XYZ80.7585.38105.99-
YUV237.42137.36121.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.62%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=31.62%
G=33.15%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282392540.100.0600.00214.6292.8694.51
HexE4EFFEA600d75d5f
Octal34435737612600327135137
Binary1110010011101111111111101010110001101011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EFFE; }

 p { color: rgb(228,239,254); }

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

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

 a { background-color: rgb(228,239,254); }

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

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

 span { border-color: rgb(228,239,254); }

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