Html Css Color HEX #EFF0FB Ghost White

📋 copy color: '#EFF0FB'

red 239 ◦ green 240 ◦ blue 251

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

Shades of Ghost White #EFF0FB

Tints of Ghost White #EFF0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.38%

R = 32.74%
G = 32.88%
B = 34.38%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFF0FB (or 0xEFF0FB) is known color: Ghost White. HEX triplet: EF, F0 and FB. RGB value is (239,240,251). Sum of RGB (Red+Green+Blue) = 239+240+251=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FB is #100F04. Grayscale: #F0F0F0. Windows color (decimal): -1052421 or 16511215. OLE color: 16511215.

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

Color convert

RGB 239 240 251 -
CMYK 0.05 0.04 0 0.02
HSL 235º 0.6% 0.96% -
HSV(B) 235º 0.05% 0.98% -
XYZ 84.17 87.64 103.75 -
YUV 240.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 239 240 251 0.05 0.04 0 0.02 235 0.6 0.96
Hex EF F0 FB 5 4 0 2 EB 3C 60
Octal 357 360 373 5 4 0 2 353 74 140
Binary 11101111 11110000 11111011 101 100 0 10 11101011 111100 1100000

Color Harmonies of #EFF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0FB

Black with #EFF0FB

Text Example


Text Example

White with #EFF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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