#EAEEF5

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

Shades of Solitude #EAEEF5

Tints of Solitude #EAEEF5

Color information

#EAEEF5 (or 0xEAEEF5) is unknown color: approx Solitude. HEX triplet: EA, EE and F5. RGB value is (234,238,245). Sum of RGB (Red+Green+Blue) = 234+238+245=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF5 is #15110A. Grayscale: #EDEDED. Windows color (decimal): -1380619 or 16117482. OLE color: 16117482.

HSL color Cylindrical-coordinate representation of color #EAEEF5: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAEEF5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234238245-
CMYK0.040.0300.04
HSL218.18º35.48%93.92%-
HSV(B)218.18º4.49%96.08%-
XYZ80.9985.2398.57-
YUV237.6132.17125.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 238 (93.36% from 255) = 33.19%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=32.64%
G=33.19%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342382450.040.0300.04218.1835.4893.92
HexEAEEF54304da235e
Octal352356365430433243136
Binary111010101110111011110101100110100110110101000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEF5; }

 p { color: rgb(234,238,245); }

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

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

 a { background-color: rgb(234,238,245); }

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

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

 span { border-color: rgb(234,238,245); }

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