#EFF1F4

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

Shades of Solitude #EFF1F4

Tints of Solitude #EFF1F4

Color information

#EFF1F4 (or 0xEFF1F4) is unknown color: approx Solitude. HEX triplet: EF, F1 and F4. RGB value is (239,241,244). Sum of RGB (Red+Green+Blue) = 239+241+244=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 244 (95.70% from 255 or 33.70% from 724); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1F4 is #100E0B. Grayscale: #F0F0F0. Windows color (decimal): -1052172 or 16052719. OLE color: 16052719.

HSL color Cylindrical-coordinate representation of color #EFF1F4: hue angle of 216º degrees, saturation: 0.19, 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 #EFF1F4 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239241244-
CMYK0.020.0100.04
HSL216º18.52%94.71%-
HSV(B)216º2.05%95.69%-
XYZ83.3887.7998.14-
YUV240.74129.84126.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 241 (94.53% from 255) = 33.29%
BLUE value IS 244 (95.70% from 255) = 33.70%
R=33.01%
G=33.29%
B=33.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392412440.020.0100.0421618.5294.71
HexEFF1F42104d8135f
Octal357361364210433023137
Binary111011111111000111110100101010011011000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1F4; }

 p { color: rgb(239,241,244); }

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

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

 a { background-color: rgb(239,241,244); }

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

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

 span { border-color: rgb(239,241,244); }

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