#EEF2FA

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

Shades of Solitude #EEF2FA

Tints of Solitude #EEF2FA

Color information

#EEF2FA (or 0xEEF2FA) is unknown color: approx Solitude. HEX triplet: EE, F2 and FA. RGB value is (238,242,250). Sum of RGB (Red+Green+Blue) = 238+242+250=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2FA is #110D05. Grayscale: #F1F1F1. Windows color (decimal): -1117446 or 16446190. OLE color: 16446190.

HSL color Cylindrical-coordinate representation of color #EEF2FA: hue angle of 220º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF2FA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238242250-
CMYK0.050.0300.02
HSL220º54.55%95.69%-
HSV(B)220º4.8%98.04%-
XYZ84.2788.58103.1-
YUV241.72132.67125.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.60%
GREEN value IS 242 (94.92% from 255) = 33.15%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=32.60%
G=33.15%
B=34.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382422500.050.0300.0222054.5595.69
HexEEF2FA5302dc3760
Octal356362372530233467140
Binary11101110111100101111101010111010110111001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2FA; }

 p { color: rgb(238,242,250); }

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

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

 a { background-color: rgb(238,242,250); }

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

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

 span { border-color: rgb(238,242,250); }

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