#EEEFF2

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

Shades of Solitude #EEEFF2

Tints of Solitude #EEEFF2

Color information

#EEEFF2 (or 0xEEEFF2) is unknown color: approx Solitude. HEX triplet: EE, EF and F2. RGB value is (238,239,242). Sum of RGB (Red+Green+Blue) = 238+239+242=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFF2 is #11100D. Grayscale: #EFEFEF. Windows color (decimal): -1118222 or 15921134. OLE color: 15921134.

HSL color Cylindrical-coordinate representation of color #EEEFF2: hue angle of 225º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEFF2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238239242-
CMYK0.020.0100.05
HSL225º13.33%94.12%-
HSV(B)225º1.65%94.9%-
XYZ82.1586.3296.34-
YUV239.04129.67127.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=33.10%
G=33.24%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382392420.020.0100.0522513.3394.12
HexEEEFF22105e1d5e
Octal356357362210534115136
Binary11101110111011111111001010101011110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFF2; }

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

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

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

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

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

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

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

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