#EEEFF0

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

Shades of Solitude #EEEFF0

Tints of Solitude #EEEFF0

Color information

#EEEFF0 (or 0xEEEFF0) is unknown color: approx Solitude. HEX triplet: EE, EF and F0. RGB value is (238,239,240). Sum of RGB (Red+Green+Blue) = 238+239+240=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFF0 is #11100F. Grayscale: #EEEEEE. Windows color (decimal): -1118224 or 15790062. OLE color: 15790062.

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

Color convert

RGB238239240-
CMYK0.010.0000.06
HSL210º6.25%93.73%-
HSV(B)210º0.83%94.12%-
XYZ81.8586.294.76-
YUV238.82128.67127.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=33.19%
G=33.33%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392400.010.0000.062106.2593.73
HexEEEFF01006d265e
Octal35635736010063226136
Binary111011101110111111110000100110110100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFF0; }

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

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

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

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

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

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

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

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