Html Css Color HEX #EEF0FF Ghost White

📋 copy color: '#EEF0FF'

red 238 ◦ green 240 ◦ blue 255

#EEF0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost White #EEF0FF

Tints of Ghost White #EEF0FF

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 value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEF0FF (or 0xEEF0FF) is known color: 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

RGB 238 240 255 -
CMYK 0.07 0.06 0 0
HSL 232.94º 1% 0.97% -
HSV(B) 232.94º 0.07% 1% -
XYZ 84.47 87.72 107.09 -
YUV 241.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 238 240 255 0.07 0.06 0 0 232.94 1 0.97
Hex EE F0 FF 7 6 0 0 E9 64 61
Octal 356 360 377 7 6 0 0 351 144 141
Binary 11101110 11110000 11111111 111 110 0 0 11101001 1100100 1100001

Color Harmonies of #EEF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0FF

Black with #EEF0FF

Text Example


Text Example

White with #EEF0FF

Text Example


Text Example

HTML Codes & Css Web 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>