#EEF0FD

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

Shades of Ghost White #EEF0FD

Tints of Ghost White #EEF0FD

Color information

#EEF0FD (or 0xEEF0FD) is unknown color: approx Ghost White. HEX triplet: EE, F0 and FD. RGB value is (238,240,253). Sum of RGB (Red+Green+Blue) = 238+240+253=731 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.56% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FD is #110F02. Grayscale: #F0F0F0. Windows color (decimal): -1117955 or 16642286. OLE color: 16642286.

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

Color convert

RGB238240253-
CMYK0.060.0500.01
HSL232º78.95%96.27%-
HSV(B)232º5.93%99.22%-
XYZ84.1587.59105.4-
YUV240.88134.84125.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.56%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=32.56%
G=32.83%
B=34.61%

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
Decimal2382402530.060.0500.0123278.9596.27
HexEEF0FD6501e84f60
Octal3563603756501350117140
Binary111011101111000011111101110101011110100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0FD; }

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

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

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

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

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

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

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

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