#EFDFE7

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

Shades of Pig Pink #EFDFE7

Tints of Pig Pink #EFDFE7

Color information

#EFDFE7 (or 0xEFDFE7) is unknown color: approx Pig Pink. HEX triplet: EF, DF and E7. RGB value is (239,223,231). Sum of RGB (Red+Green+Blue) = 239+223+231=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFE7 is #102018. Grayscale: #E4E4E4. Windows color (decimal): -1056793 or 15196143. OLE color: 15196143.

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

Color convert

RGB239223231-
CMYK00.070.030.06
HSL330º33.33%90.59%-
HSV(B)330º6.69%93.73%-
XYZ76.4176.986.42-
YUV228.7129.3135.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 231 (90.62% from 255) = 33.33%
R=34.49%
G=32.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922323100.070.030.0633033.3390.59
HexEFDFE7073614a215b
Octal357337347073651241133
Binary1110111111011111111001110111111101010010101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFE7; }

 p { color: rgb(239,223,231); }

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

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

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

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

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

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

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