Html Css Color HEX #EFEFFE Ghost White

📋 copy color: '#EFEFFE'

red 239 ◦ green 239 ◦ blue 254

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

Shades of Ghost White #EFEFFE

Tints of Ghost White #EFEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.65%

 BLUE value IS 254 (99.61% from 255) = 34.7%

R = 32.65%
G = 32.65%
B = 34.7%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFEFFE (or 0xEFEFFE) is known color: Ghost White. HEX triplet: EF, EF and FE. RGB value is (239,239,254). Sum of RGB (Red+Green+Blue) = 239+239+254=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 239 (93.75% from 255 or 32.65% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFFE is #101001. Grayscale: #F0F0F0. Windows color (decimal): -1052674 or 16707567. OLE color: 16707567.

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

Color convert

RGB 239 239 254 -
CMYK 0.06 0.06 0 0.00
HSL 240º 0.88% 0.97% -
HSV(B) 240º 0.06% 1% -
XYZ 84.35 87.24 106.16 -
YUV 240.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 239 239 254 0.06 0.06 0 0.00 240 0.88 0.97
Hex EF EF FE 6 6 0 0 F0 58 61
Octal 357 357 376 6 6 0 0 360 130 141
Binary 11101111 11101111 11111110 110 110 0 0 11110000 1011000 1100001

Color Harmonies of #EFEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFFE

Black with #EFEFFE

Text Example


Text Example

White with #EFEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFFE; }

 p { color: rgb(239,239,254); }

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

background-color css

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

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

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

border-color css

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

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

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