#EFEFFD

Color #EFEFFD Ghost White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost White #EFEFFD

Tints of Ghost White #EFEFFD

Color information

#EFEFFD (or 0xEFEFFD) is unknown color: approx Ghost White. HEX triplet: EF, EF and FD. RGB value is (239,239,253). Sum of RGB (Red+Green+Blue) = 239+239+253=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFFD is #101002. Grayscale: #F0F0F0. Windows color (decimal): -1052675 or 16642031. OLE color: 16642031.

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

Color convert

RGB239239253-
CMYK0.060.0600.01
HSL240º77.78%96.47%-
HSV(B)240º5.53%99.22%-
XYZ84.1987.18105.32-
YUV240.6135126.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 239 (93.75% from 255) = 32.69%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=32.69%
G=32.69%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392392530.060.0600.0124077.7896.47
HexEFEFFD6601f04e60
Octal3573573756601360116140
Binary111011111110111111111101110110011111000010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFFD; }

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

 H1.HeaderClassName
 {
   color: #EFEFFD;
 }
 .AnyTagClassName
 {
   color: #EFEFFD;
 }
</style>
background-color css

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

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

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

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

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

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