Html Css Color HEX #EFEAE9 Wisp Pink

📋 copy color: '#EFEAE9'

red 239 ◦ green 234 ◦ blue 233

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

Shades of Wisp Pink #EFEAE9

Tints of Wisp Pink #EFEAE9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.14%

 BLUE value IS 233 (91.41% from 255) = 33%

R = 33.85%
G = 33.14%
B = 33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 239 234 233 -
CMYK 0 0.02 0.03 0.06
HSL 10º 0.16% 0.93% -
HSV(B) 10º 0.03% 0.94% -
XYZ 79.73 83.08 88.92 -
YUV 235.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 239 234 233 0 0.02 0.03 0.06 10 0.16 0.93
Hex EF EA E9 0 2 3 6 A 10 5D
Octal 357 352 351 0 2 3 6 12 20 135
Binary 11101111 11101010 11101001 0 10 11 110 1010 10000 1011101

Color Harmonies of #EFEAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAE9

Black with #EFEAE9

Text Example


Text Example

White with #EFEAE9

Text Example


Text Example

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