Html Css Color HEX #EFF0FF Ghost White

📋 copy color: '#EFF0FF'

red 239 ◦ green 240 ◦ blue 255

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

Shades of Ghost White #EFF0FF

Tints of Ghost White #EFF0FF

RGB

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

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

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

R = 32.56%
G = 32.7%
B = 34.74%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFF0FF (or 0xEFF0FF) is known color: Ghost White. HEX triplet: EF, F0 and FF. RGB value is (239,240,255). Sum of RGB (Red+Green+Blue) = 239+240+255=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 240 (94.14% from 255 or 32.70% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0FF is #100F00. Grayscale: #F1F1F1. Windows color (decimal): -1052417 or 16773359. OLE color: 16773359.

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

Color convert

RGB 239 240 255 -
CMYK 0.06 0.06 0 0
HSL 236.25º 1% 0.97% -
HSV(B) 236.25º 0.06% 1% -
XYZ 84.81 87.89 107.1 -
YUV 241.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 239 240 255 0.06 0.06 0 0 236.25 1 0.97
Hex EF F0 FF 6 6 0 0 EC 64 61
Octal 357 360 377 6 6 0 0 354 144 141
Binary 11101111 11110000 11111111 110 110 0 0 11101100 1100100 1100001

Color Harmonies of #EFF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0FF

Black with #EFF0FF

Text Example


Text Example

White with #EFF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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