#EFF1FA

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

Shades of Ghost White #EFF1FA

Tints of Ghost White #EFF1FA

Color information

#EFF1FA (or 0xEFF1FA) is unknown color: approx Ghost White. HEX triplet: EF, F1 and FA. RGB value is (239,241,250). Sum of RGB (Red+Green+Blue) = 239+241+250=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FA is #100E05. Grayscale: #F1F1F1. Windows color (decimal): -1052166 or 16445935. OLE color: 16445935.

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

Color convert

RGB239241250-
CMYK0.040.0400.02
HSL229.09º52.38%95.88%-
HSV(B)229.09º4.4%98.04%-
XYZ84.3188.16103.02-
YUV241.43132.84126.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 241 (94.53% from 255) = 33.01%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=32.74%
G=33.01%
B=34.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392412500.040.0400.02229.0952.3895.88
HexEFF1FA4402e53460
Octal357361372440234564140
Binary111011111111000111111010100100010111001011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1FA; }

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

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

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

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

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

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

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

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