#EFF1FD

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

Shades of Ghost White #EFF1FD

Tints of Ghost White #EFF1FD

Color information

#EFF1FD (or 0xEFF1FD) is unknown color: approx Ghost White. HEX triplet: EF, F1 and FD. RGB value is (239,241,253). Sum of RGB (Red+Green+Blue) = 239+241+253=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FD is #100E02. Grayscale: #F1F1F1. Windows color (decimal): -1052163 or 16642543. OLE color: 16642543.

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

Color convert

RGB239241253-
CMYK0.060.0500.01
HSL231.43º77.78%96.47%-
HSV(B)231.43º5.53%99.22%-
XYZ84.7888.35105.51-
YUV241.77134.34126.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.61%
GREEN value IS 241 (94.53% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=32.61%
G=32.88%
B=34.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392412530.060.0500.01231.4377.7896.47
HexEFF1FD6501e74e60
Octal3573613756501347116140
Binary111011111111000111111101110101011110011110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1FD; }

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

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

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

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

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

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

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

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