#EFF1FF

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

Shades of Ghost White #EFF1FF

Tints of Ghost White #EFF1FF

Color information

#EFF1FF (or 0xEFF1FF) is unknown color: approx Ghost White. HEX triplet: EF, F1 and FF. RGB value is (239,241,255). Sum of RGB (Red+Green+Blue) = 239+241+255=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 241 (94.53% from 255 or 32.79% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FF is #100E00. Grayscale: #F1F1F1. Windows color (decimal): -1052161 or 16773615. OLE color: 16773615.

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

Color convert

RGB239241255-
CMYK0.060.0500
HSL232.5º100%96.86%-
HSV(B)232.5º6.27%100%-
XYZ85.188.48107.2-
YUV242135.34125.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.52%
GREEN value IS 241 (94.53% from 255) = 32.79%
BLUE value IS 255 (100% from 255) = 34.69%
R=32.52%
G=32.79%
B=34.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392412550.060.0500232.510096.86
HexEFF1FF6500e86461
Octal3573613776500350144141
Binary111011111111000111111111110101001110100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1FF; }

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

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

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

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

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

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

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

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