#EFF0F1

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

Shades of Solitude #EFF0F1

Tints of Solitude #EFF0F1

Color information

#EFF0F1 (or 0xEFF0F1) is unknown color: approx Solitude. HEX triplet: EF, F0 and F1. RGB value is (239,240,241). Sum of RGB (Red+Green+Blue) = 239+240+241=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F1 is #100F0E. Grayscale: #EFEFEF. Windows color (decimal): -1052431 or 15855855. OLE color: 15855855.

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

Color convert

RGB239240241-
CMYK0.010.0000.05
HSL210º6.67%94.12%-
HSV(B)210º0.83%94.51%-
XYZ82.6387.0295.66-
YUV239.82128.67127.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 240 (94.14% from 255) = 33.33%
BLUE value IS 241 (94.53% 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.05
SystemRedGreenBlueCMYKHSL
Decimal2392402410.010.0000.052106.6794.12
HexEFF0F11005d275e
Octal35736036110053227136
Binary111011111111000011110001100101110100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0F1; }

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

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

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

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

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

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

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

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