Html Css Color HEX #EEF1FE Ghost White

📋 copy color: '#EEF1FE'

red 238 ◦ green 241 ◦ blue 254

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

Shades of Ghost White #EEF1FE

Tints of Ghost White #EEF1FE

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

RGB 238 241 254 -
CMYK 0.06 0.05 0 0.00
HSL 228.75º 0.89% 0.96% -
HSV(B) 228.75º 0.06% 1% -
XYZ 84.6 88.24 106.34 -
YUV 241.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 238 241 254 0.06 0.05 0 0.00 228.75 0.89 0.96
Hex EE F1 FE 6 5 0 0 E5 59 60
Octal 356 361 376 6 5 0 0 345 131 140
Binary 11101110 11110001 11111110 110 101 0 0 11100101 1011001 1100000

Color Harmonies of #EEF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1FE

Black with #EEF1FE

Text Example


Text Example

White with #EEF1FE

Text Example


Text Example

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