Html Css Color HEX #EFF1FB Ghost White

📋 copy color: '#EFF1FB'

red 239 ◦ green 241 ◦ blue 251

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

Shades of Ghost White #EFF1FB

Tints of Ghost White #EFF1FB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.97%

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

R = 32.69%
G = 32.97%
B = 34.34%

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

#EFF1FB (or 0xEFF1FB) is known color: Ghost White. HEX triplet: EF, F1 and FB. RGB value is (239,241,251). Sum of RGB (Red+Green+Blue) = 239+241+251=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFF1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FB is #100E04. Grayscale: #F1F1F1. Windows color (decimal): -1052165 or 16511471. OLE color: 16511471.

HSL color Cylindrical-coordinate representation of color #EFF1FB: hue angle of 230º 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 #EFF1FB is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 241 251 -
CMYK 0.05 0.04 0 0.02
HSL 230º 0.6% 0.96% -
HSV(B) 230º 0.05% 0.98% -
XYZ 84.46 88.23 103.84 -
YUV 241.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 239 241 251 0.05 0.04 0 0.02 230 0.6 0.96
Hex EF F1 FB 5 4 0 2 E6 3C 60
Octal 357 361 373 5 4 0 2 346 74 140
Binary 11101111 11110001 11111011 101 100 0 10 11100110 111100 1100000

Color Harmonies of #EFF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1FB

Black with #EFF1FB

Text Example


Text Example

White with #EFF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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