#EFEBEA

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

Shades of Wisp Pink #EFEBEA

Tints of Wisp Pink #EFEBEA

Color information

#EFEBEA (or 0xEFEBEA) is unknown color: approx Wisp Pink. HEX triplet: EF, EB and EA. RGB value is (239,235,234). Sum of RGB (Red+Green+Blue) = 239+235+234=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEA is #101415. Grayscale: #ECECEC. Windows color (decimal): -1053718 or 15395823. OLE color: 15395823.

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

Color convert

RGB239235234-
CMYK00.020.020.06
HSL12º13.51%92.75%-
HSV(B)12º2.09%93.73%-
XYZ80.1683.7189.77-
YUV236.08126.83130.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=33.76%
G=33.19%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923523400.020.020.061213.5192.75
HexEFEBEA0226ce5d
Octal35735335202261416135
Binary11101111111010111110101001010110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBEA; }

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

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

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

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

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

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

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

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