#EFF2F6

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

Shades of Solitude #EFF2F6

Tints of Solitude #EFF2F6

Color information

#EFF2F6 (or 0xEFF2F6) is unknown color: approx Solitude. HEX triplet: EF, F2 and F6. RGB value is (239,242,246). Sum of RGB (Red+Green+Blue) = 239+242+246=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 246 (96.48% from 255 or 33.84% from 727); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFF2F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F6 is #100D09. Grayscale: #F1F1F1. Windows color (decimal): -1051914 or 16184047. OLE color: 16184047.

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

Color convert

RGB239242246-
CMYK0.030.0200.04
HSL214.29º28%95.1%-
HSV(B)214.29º2.85%96.47%-
XYZ83.9888.5199.85-
YUV241.56130.51126.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 242 (94.92% from 255) = 33.29%
BLUE value IS 246 (96.48% from 255) = 33.84%
R=32.87%
G=33.29%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392422460.030.0200.04214.292895.1
HexEFF2F63204d61c5f
Octal357362366320432634137
Binary1110111111110010111101101110010011010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2F6; }

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

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

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

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

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

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

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

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