#EEF0FF

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

Shades of Ghost White #EEF0FF

Tints of Ghost White #EEF0FF

Color information

#EEF0FF (or 0xEEF0FF) is unknown color: approx Ghost White. HEX triplet: EE, F0 and FF. RGB value is (238,240,255). Sum of RGB (Red+Green+Blue) = 238+240+255=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FF is #110F00. Grayscale: #F1F1F1. Windows color (decimal): -1117953 or 16773358. OLE color: 16773358.

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

Color convert

RGB238240255-
CMYK0.070.0600
HSL232.94º100%96.67%-
HSV(B)232.94º6.67%100%-
XYZ84.4787.72107.09-
YUV241.11135.84125.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.47%
GREEN value IS 240 (94.14% from 255) = 32.74%
BLUE value IS 255 (100% from 255) = 34.79%
R=32.47%
G=32.74%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382402550.070.0600232.9410096.67
HexEEF0FF7600e96461
Octal3563603777600351144141
Binary111011101111000011111111111110001110100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0FF; }

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

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

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

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

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

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

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

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