#EFDCE7

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

Shades of Pig Pink #EFDCE7

Tints of Pig Pink #EFDCE7

Color information

#EFDCE7 (or 0xEFDCE7) is unknown color: approx Pig Pink. HEX triplet: EF, DC and E7. RGB value is (239,220,231). Sum of RGB (Red+Green+Blue) = 239+220+231=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCE7 is #102318. Grayscale: #E2E2E2. Windows color (decimal): -1057561 or 15195375. OLE color: 15195375.

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

Color convert

RGB239220231-
CMYK00.080.030.06
HSL325.26º37.25%90%-
HSV(B)325.26º7.95%93.73%-
XYZ75.6175.3186.15-
YUV226.94130.29136.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=34.64%
G=31.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922023100.080.030.06325.2637.2590
HexEFDCE70836145255a
Octal3573343470103650545132
Binary11101111110111001110011101000111101010001011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCE7; }

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

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

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

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

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

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

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

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