#EFF2FF

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

Shades of Ghost White #EFF2FF

Tints of Ghost White #EFF2FF

Color information

#EFF2FF (or 0xEFF2FF) is unknown color: approx Ghost White. HEX triplet: EF, F2 and FF. RGB value is (239,242,255). Sum of RGB (Red+Green+Blue) = 239+242+255=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 242 (94.92% from 255 or 32.88% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2FF is #100D00. Grayscale: #F2F2F2. Windows color (decimal): -1051905 or 16773871. OLE color: 16773871.

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

Color convert

RGB239242255-
CMYK0.060.0500
HSL228.75º100%96.86%-
HSV(B)228.75º6.27%100%-
XYZ85.489.07107.3-
YUV242.58135.01125.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.47%
GREEN value IS 242 (94.92% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 34.65%
R=32.47%
G=32.88%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392422550.060.0500228.7510096.86
HexEFF2FF6500e56461
Octal3573623776500345144141
Binary111011111111001011111111110101001110010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2FF; }

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

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

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

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

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

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

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

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