#EFF2FE

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

Shades of Ghost White #EFF2FE

Tints of Ghost White #EFF2FE

Color information

#EFF2FE (or 0xEFF2FE) is unknown color: approx Ghost White. HEX triplet: EF, F2 and FE. RGB value is (239,242,254). Sum of RGB (Red+Green+Blue) = 239+242+254=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2FE is #100D01. Grayscale: #F2F2F2. Windows color (decimal): -1051906 or 16708335. OLE color: 16708335.

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

Color convert

RGB239242254-
CMYK0.060.0500.00
HSL228º88.24%96.67%-
HSV(B)228º5.91%99.61%-
XYZ85.2489.01106.45-
YUV242.47134.51125.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.52%
GREEN value IS 242 (94.92% from 255) = 32.93%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=32.52%
G=32.93%
B=34.56%

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
Decimal2392422540.060.0500.0022888.2496.67
HexEFF2FE6500e45861
Octal3573623766500344130141
Binary111011111111001011111110110101001110010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2FE; }

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

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

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

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

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

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

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

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