#EFF0F9

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

Shades of Ghost White #EFF0F9

Tints of Ghost White #EFF0F9

Color information

#EFF0F9 (or 0xEFF0F9) is unknown color: approx Ghost White. HEX triplet: EF, F0 and F9. RGB value is (239,240,249). Sum of RGB (Red+Green+Blue) = 239+240+249=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F9 is #100F06. Grayscale: #F0F0F0. Windows color (decimal): -1052423 or 16380143. OLE color: 16380143.

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

Color convert

RGB239240249-
CMYK0.040.0400.02
HSL234º45.45%95.69%-
HSV(B)234º4.02%97.65%-
XYZ83.8687.51102.09-
YUV240.73132.67126.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 249 (97.66% from 255) = 34.20%
R=32.83%
G=32.97%
B=34.20%

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
Decimal2392402490.040.0400.0223445.4595.69
HexEFF0F94402ea2d60
Octal357360371440235255140
Binary111011111111000011111001100100010111010101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0F9; }

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

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

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

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

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

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

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

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