#EFF0FC

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

Shades of Ghost White #EFF0FC

Tints of Ghost White #EFF0FC

Color information

#EFF0FC (or 0xEFF0FC) is unknown color: approx Ghost White. HEX triplet: EF, F0 and FC. RGB value is (239,240,252). Sum of RGB (Red+Green+Blue) = 239+240+252=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FC is #100F03. Grayscale: #F1F1F1. Windows color (decimal): -1052420 or 16576751. OLE color: 16576751.

HSL color Cylindrical-coordinate representation of color #EFF0FC: hue angle of 235.38º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF0FC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239240252-
CMYK0.050.0500.01
HSL235.38º68.42%96.27%-
HSV(B)235.38º5.16%98.82%-
XYZ84.3387.7104.58-
YUV241.07134.17126.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=32.69%
G=32.83%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392402520.050.0500.01235.3868.4296.27
HexEFF0FC5501eb4460
Octal3573603745501353104140
Binary111011111111000011111100101101011110101110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0FC; }

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

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

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

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

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

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

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

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