Html Css Color HEX #EFF0FA Ghost White

📋 copy color: '#EFF0FA'

red 239 ◦ green 240 ◦ blue 250

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

Shades of Ghost White #EFF0FA

Tints of Ghost White #EFF0FA

RGB

 RED value IS 239 (93.75% from 255) = 32.78%

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

 BLUE value IS 250 (98.05% from 255) = 34.29%

R = 32.78%
G = 32.92%
B = 34.29%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFF0FA (or 0xEFF0FA) is known color: Ghost White. HEX triplet: EF, F0 and FA. RGB value is (239,240,250). Sum of RGB (Red+Green+Blue) = 239+240+250=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FA is #100F05. Grayscale: #F0F0F0. Windows color (decimal): -1052422 or 16445679. OLE color: 16445679.

HSL color Cylindrical-coordinate representation of color #EFF0FA: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF0FA is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 240 250 -
CMYK 0.04 0.04 0 0.02
HSL 234.55º 0.52% 0.96% -
HSV(B) 234.55º 0.04% 0.98% -
XYZ 84.01 87.57 102.92 -
YUV 240.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 239 240 250 0.04 0.04 0 0.02 234.55 0.52 0.96
Hex EF F0 FA 4 4 0 2 EB 34 60
Octal 357 360 372 4 4 0 2 353 64 140
Binary 11101111 11110000 11111010 100 100 0 10 11101011 110100 1100000

Color Harmonies of #EFF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0FA

Black with #EFF0FA

Text Example


Text Example

White with #EFF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0FA; }

 p { color: rgb(239,240,250); }

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

background-color css

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

 a { background-color: rgb(239,240,250); }

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

border-color css

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

 span { border-color: rgb(239,240,250); }

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