#EFF1FE

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

Shades of Ghost White #EFF1FE

Tints of Ghost White #EFF1FE

Color information

#EFF1FE (or 0xEFF1FE) is unknown color: approx Ghost White. HEX triplet: EF, F1 and FE. RGB value is (239,241,254). Sum of RGB (Red+Green+Blue) = 239+241+254=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FE is #100E01. Grayscale: #F1F1F1. Windows color (decimal): -1052162 or 16708079. OLE color: 16708079.

HSL color Cylindrical-coordinate representation of color #EFF1FE: hue angle of 232º 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 #EFF1FE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239241254-
CMYK0.060.0500.00
HSL232º88.24%96.67%-
HSV(B)232º5.91%99.61%-
XYZ84.9488.42106.36-
YUV241.88134.84125.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.56%
GREEN value IS 241 (94.53% from 255) = 32.83%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=32.56%
G=32.83%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392412540.060.0500.0023288.2496.67
HexEFF1FE6500e85861
Octal3573613766500350130141
Binary111011111111000111111110110101001110100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1FE; }

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

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

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

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

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

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

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

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