Html Css Color HEX #EEF0FD Ghost White

📋 copy color: '#EEF0FD'

red 238 ◦ green 240 ◦ blue 253

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

Shades of Ghost White #EEF0FD

Tints of Ghost White #EEF0FD

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 238 240 253 -
CMYK 0.06 0.05 0 0.01
HSL 232º 0.79% 0.96% -
HSV(B) 232º 0.06% 0.99% -
XYZ 84.15 87.59 105.4 -
YUV 240.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 238 240 253 0.06 0.05 0 0.01 232 0.79 0.96
Hex EE F0 FD 6 5 0 1 E8 4F 60
Octal 356 360 375 6 5 0 1 350 117 140
Binary 11101110 11110000 11111101 110 101 0 1 11101000 1001111 1100000

Color Harmonies of #EEF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0FD

Black with #EEF0FD

Text Example


Text Example

White with #EEF0FD

Text Example


Text Example

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