Html Css Color HEX #EFF1FF Ghost White

📋 copy color: '#EFF1FF'

red 239 ◦ green 241 ◦ blue 255

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

Shades of Ghost White #EFF1FF

Tints of Ghost White #EFF1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.69%

R = 32.52%
G = 32.79%
B = 34.69%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFF1FF (or 0xEFF1FF) is known color: Ghost White. HEX triplet: EF, F1 and FF. RGB value is (239,241,255). Sum of RGB (Red+Green+Blue) = 239+241+255=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 241 (94.53% from 255 or 32.79% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FF is #100E00. Grayscale: #F1F1F1. Windows color (decimal): -1052161 or 16773615. OLE color: 16773615.

HSL color Cylindrical-coordinate representation of color #EFF1FF: hue angle of 232.5º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF1FF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 241 255 -
CMYK 0.06 0.05 0 0
HSL 232.5º 1% 0.97% -
HSV(B) 232.5º 0.06% 1% -
XYZ 85.1 88.48 107.2 -
YUV 242 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 239 241 255 0.06 0.05 0 0 232.5 1 0.97
Hex EF F1 FF 6 5 0 0 E8 64 61
Octal 357 361 377 6 5 0 0 350 144 141
Binary 11101111 11110001 11111111 110 101 0 0 11101000 1100100 1100001

Color Harmonies of #EFF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1FF

Black with #EFF1FF

Text Example


Text Example

White with #EFF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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