#EFF0FE

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

Shades of Ghost White #EFF0FE

Tints of Ghost White #EFF0FE

Color information

#EFF0FE (or 0xEFF0FE) is unknown color: approx Ghost White. HEX triplet: EF, F0 and FE. RGB value is (239,240,254). Sum of RGB (Red+Green+Blue) = 239+240+254=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FE is #100F01. Grayscale: #F1F1F1. Windows color (decimal): -1052418 or 16707823. OLE color: 16707823.

HSL color Cylindrical-coordinate representation of color #EFF0FE: hue angle of 236º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF0FE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239240254-
CMYK0.060.0600.00
HSL236º88.24%96.67%-
HSV(B)236º5.91%99.61%-
XYZ84.6587.83106.26-
YUV241.3135.17126.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.61%
GREEN value IS 240 (94.14% from 255) = 32.74%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=32.61%
G=32.74%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392402540.060.0600.0023688.2496.67
HexEFF0FE6600ec5861
Octal3573603766600354130141
Binary111011111111000011111110110110001110110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0FE; }

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

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

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

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

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

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

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

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