#EFF3FA

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

Shades of Solitude #EFF3FA

Tints of Solitude #EFF3FA

Color information

#EFF3FA (or 0xEFF3FA) is unknown color: approx Solitude. HEX triplet: EF, F3 and FA. RGB value is (239,243,250). Sum of RGB (Red+Green+Blue) = 239+243+250=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF3FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3FA is #100C05. Grayscale: #F2F2F2. Windows color (decimal): -1051654 or 16446447. OLE color: 16446447.

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

Color convert

RGB239243250-
CMYK0.040.0300.02
HSL218.18º52.38%95.88%-
HSV(B)218.18º4.4%98.04%-
XYZ84.989.35103.21-
YUV242.6132.17125.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=32.65%
G=33.20%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392432500.040.0300.02218.1852.3895.88
HexEFF3FA4302da3460
Octal357363372430233264140
Binary11101111111100111111101010011010110110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3FA; }

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

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

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

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

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

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

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

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