#EFF0FB

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

Shades of Ghost White #EFF0FB

Tints of Ghost White #EFF0FB

Color information

#EFF0FB (or 0xEFF0FB) is unknown color: approx Ghost White. HEX triplet: EF, F0 and FB. RGB value is (239,240,251). Sum of RGB (Red+Green+Blue) = 239+240+251=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FB is #100F04. Grayscale: #F0F0F0. Windows color (decimal): -1052421 or 16511215. OLE color: 16511215.

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

Color convert

RGB239240251-
CMYK0.050.0400.02
HSL235º60%96.08%-
HSV(B)235º4.78%98.43%-
XYZ84.1787.64103.75-
YUV240.96133.67126.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=32.74%
G=32.88%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392402510.050.0400.022356096.08
HexEFF0FB5402eb3c60
Octal357360373540235374140
Binary111011111111000011111011101100010111010111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0FB; }

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

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

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

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

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

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

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

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