#EFF0F3

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

Shades of Solitude #EFF0F3

Tints of Solitude #EFF0F3

Color information

#EFF0F3 (or 0xEFF0F3) is unknown color: approx Solitude. HEX triplet: EF, F0 and F3. RGB value is (239,240,243). Sum of RGB (Red+Green+Blue) = 239+240+243=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 243 (95.31% from 255 or 33.66% from 722); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFF0F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F3 is #100F0C. Grayscale: #F0F0F0. Windows color (decimal): -1052429 or 15986927. OLE color: 15986927.

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

Color convert

RGB239240243-
CMYK0.020.0100.05
HSL225º14.29%94.51%-
HSV(B)225º1.65%95.29%-
XYZ82.9387.1497.24-
YUV240.04129.67127.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 240 (94.14% from 255) = 33.24%
BLUE value IS 243 (95.31% 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
Decimal2392402430.020.0100.0522514.2994.51
HexEFF0F32105e1e5f
Octal357360363210534116137
Binary11101111111100001111001110101011110000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0F3; }

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

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

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

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

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

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

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

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