Html Css Color HEX #EFEBEA Wisp Pink

📋 copy color: '#EFEBEA'

red 239 ◦ green 235 ◦ blue 234

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

Shades of Wisp Pink #EFEBEA

Tints of Wisp Pink #EFEBEA

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.8% from 255) = 33.05%

R = 33.76%
G = 33.19%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFEBEA (or 0xEFEBEA) is known color: 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

RGB 239 235 234 -
CMYK 0 0.02 0.02 0.06
HSL 12º 0.14% 0.93% -
HSV(B) 12º 0.02% 0.94% -
XYZ 80.16 83.71 89.77 -
YUV 236.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 239 235 234 0 0.02 0.02 0.06 12 0.14 0.93
Hex EF EB EA 0 2 2 6 C E 5D
Octal 357 353 352 0 2 2 6 14 16 135
Binary 11101111 11101011 11101010 0 10 10 110 1100 1110 1011101

Color Harmonies of #EFEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBEA

Black with #EFEBEA

Text Example


Text Example

White with #EFEBEA

Text Example


Text Example

HTML Codes & Css Web 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>