#EFF0FA

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

Shades of Ghost White #EFF0FA

Tints of Ghost White #EFF0FA

Color information

#EFF0FA (or 0xEFF0FA) is unknown color: approx Ghost White. HEX triplet: EF, F0 and FA. RGB value is (239,240,250). Sum of RGB (Red+Green+Blue) = 239+240+250=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FA is #100F05. Grayscale: #F0F0F0. Windows color (decimal): -1052422 or 16445679. OLE color: 16445679.

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

Color convert

RGB239240250-
CMYK0.040.0400.02
HSL234.55º52.38%95.88%-
HSV(B)234.55º4.4%98.04%-
XYZ84.0187.57102.92-
YUV240.84133.17126.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.78%
GREEN value IS 240 (94.14% from 255) = 32.92%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=32.78%
G=32.92%
B=34.29%

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
Decimal2392402500.040.0400.02234.5552.3895.88
HexEFF0FA4402eb3460
Octal357360372440235364140
Binary111011111111000011111010100100010111010111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0FA; }

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

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

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

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

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

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

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

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