Html Css Color HEX #EEF1FF Ghost White

📋 copy color: '#EEF1FF'

red 238 ◦ green 241 ◦ blue 255

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

Shades of Ghost White #EEF1FF

Tints of Ghost White #EEF1FF

RGB

 RED value IS 238 (93.36% from 255) = 32.43%

 GREEN value IS 241 (94.53% from 255) = 32.83%

 BLUE value IS 255 (100% from 255) = 34.74%

R = 32.43%
G = 32.83%
B = 34.74%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEF1FF (or 0xEEF1FF) is known color: Ghost White. HEX triplet: EE, F1 and FF. RGB value is (238,241,255). Sum of RGB (Red+Green+Blue) = 238+241+255=734 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.43% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1FF is #110E00. Grayscale: #F1F1F1. Windows color (decimal): -1117697 or 16773614. OLE color: 16773614.

HSL color Cylindrical-coordinate representation of color #EEF1FF: hue angle of 229.41º 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 #EEF1FF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 241 255 -
CMYK 0.07 0.05 0 0
HSL 229.41º 1% 0.97% -
HSV(B) 229.41º 0.07% 1% -
XYZ 84.77 88.31 107.19 -
YUV 241.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 238 241 255 0.07 0.05 0 0 229.41 1 0.97
Hex EE F1 FF 7 5 0 0 E5 64 61
Octal 356 361 377 7 5 0 0 345 144 141
Binary 11101110 11110001 11111111 111 101 0 0 11100101 1100100 1100001

Color Harmonies of #EEF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1FF

Black with #EEF1FF

Text Example


Text Example

White with #EEF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF1FF; }

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

 H1.HeaderClassName
 {
   color: #EEF1FF;
 }
 .AnyTagClassName
 {
   color: #EEF1FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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