#EFF0FF

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

Shades of Ghost White #EFF0FF

Tints of Ghost White #EFF0FF

Color information

#EFF0FF (or 0xEFF0FF) is unknown color: approx Ghost White. HEX triplet: EF, F0 and FF. RGB value is (239,240,255). Sum of RGB (Red+Green+Blue) = 239+240+255=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 240 (94.14% from 255 or 32.70% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FF is #100F00. Grayscale: #F1F1F1. Windows color (decimal): -1052417 or 16773359. OLE color: 16773359.

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

Color convert

RGB239240255-
CMYK0.060.0600
HSL236.25º100%96.86%-
HSV(B)236.25º6.27%100%-
XYZ84.8187.89107.1-
YUV241.41135.67126.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.56%
GREEN value IS 240 (94.14% from 255) = 32.70%
BLUE value IS 255 (100% from 255) = 34.74%
R=32.56%
G=32.70%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392402550.060.0600236.2510096.86
HexEFF0FF6600ec6461
Octal3573603776600354144141
Binary111011111111000011111111110110001110110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0FF; }

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

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

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

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

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

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

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

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