Html Css Color HEX #EEF0FE Ghost White

📋 copy color: '#EEF0FE'

red 238 ◦ green 240 ◦ blue 254

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

Shades of Ghost White #EEF0FE

Tints of Ghost White #EEF0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.79%

 BLUE value IS 254 (99.61% from 255) = 34.7%

R = 32.51%
G = 32.79%
B = 34.7%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEF0FE (or 0xEEF0FE) is known color: Ghost White. HEX triplet: EE, F0 and FE. RGB value is (238,240,254). Sum of RGB (Red+Green+Blue) = 238+240+254=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 240 (94.14% from 255 or 32.79% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FE is #110F01. Grayscale: #F0F0F0. Windows color (decimal): -1117954 or 16707822. OLE color: 16707822.

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

Color convert

RGB 238 240 254 -
CMYK 0.06 0.06 0 0.00
HSL 232.5º 0.89% 0.96% -
HSV(B) 232.5º 0.06% 1% -
XYZ 84.31 87.65 106.24 -
YUV 241 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 238 240 254 0.06 0.06 0 0.00 232.5 0.89 0.96
Hex EE F0 FE 6 6 0 0 E8 59 60
Octal 356 360 376 6 6 0 0 350 131 140
Binary 11101110 11110000 11111110 110 110 0 0 11101000 1011001 1100000

Color Harmonies of #EEF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0FE

Black with #EEF0FE

Text Example


Text Example

White with #EEF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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