#EEF1FE

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

Shades of Ghost White #EEF1FE

Tints of Ghost White #EEF1FE

Color information

#EEF1FE (or 0xEEF1FE) is unknown color: approx Ghost White. HEX triplet: EE, F1 and FE. RGB value is (238,241,254). Sum of RGB (Red+Green+Blue) = 238+241+254=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1FE is #110E01. Grayscale: #F1F1F1. Windows color (decimal): -1117698 or 16708078. OLE color: 16708078.

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

Color convert

RGB238241254-
CMYK0.060.0500.00
HSL228.75º88.89%96.47%-
HSV(B)228.75º6.3%99.61%-
XYZ84.688.24106.34-
YUV241.58135.01125.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.47%
GREEN value IS 241 (94.53% from 255) = 32.88%
BLUE value IS 254 (99.61% 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.00
SystemRedGreenBlueCMYKHSL
Decimal2382412540.060.0500.00228.7588.8996.47
HexEEF1FE6500e55960
Octal3563613766500345131140
Binary111011101111000111111110110101001110010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1FE; }

 p { color: rgb(238,241,254); }

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

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

 a { background-color: rgb(238,241,254); }

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

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

 span { border-color: rgb(238,241,254); }

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