#EFEAE9

Color #EFEAE9 Wisp Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisp Pink #EFEAE9

Tints of Wisp Pink #EFEAE9

Color information

#EFEAE9 (or 0xEFEAE9) is unknown color: approx Wisp Pink. HEX triplet: EF, EA and E9. RGB value is (239,234,233). Sum of RGB (Red+Green+Blue) = 239+234+233=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAE9 is #101516. Grayscale: #EBEBEB. Windows color (decimal): -1053975 or 15330031. OLE color: 15330031.

HSL color Cylindrical-coordinate representation of color #EFEAE9: hue angle of 10º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEAE9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239234233-
CMYK00.020.030.06
HSL10º15.79%92.55%-
HSV(B)10º2.51%93.73%-
XYZ79.7383.0888.92-
YUV235.38126.66130.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 233 (91.41% from 255) = 33.00%
R=33.85%
G=33.14%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923423300.020.030.061015.7992.55
HexEFEAE90236a105d
Octal35735235102361220135
Binary111011111110101011101001010111101010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAE9; }

 p { color: rgb(239,234,233); }

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

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

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

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

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

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

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