#EFF0F5

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

Shades of Solitude #EFF0F5

Tints of Solitude #EFF0F5

Color information

#EFF0F5 (or 0xEFF0F5) is unknown color: approx Solitude. HEX triplet: EF, F0 and F5. RGB value is (239,240,245). Sum of RGB (Red+Green+Blue) = 239+240+245=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFF0F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F5 is #100F0A. Grayscale: #F0F0F0. Windows color (decimal): -1052427 or 16117999. OLE color: 16117999.

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

Color convert

RGB239240245-
CMYK0.020.0200.04
HSL230º23.08%94.9%-
HSV(B)230º2.45%96.08%-
XYZ83.2487.2698.84-
YUV240.27130.67127.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 240 (94.14% from 255) = 33.15%
BLUE value IS 245 (96.09% from 255) = 33.84%
R=33.01%
G=33.15%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392402450.020.0200.0423023.0894.9
HexEFF0F52204e6175f
Octal357360365220434627137
Binary1110111111110000111101011010010011100110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0F5; }

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

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

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

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

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

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

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

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