#EFDCE5

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

Shades of Pig Pink #EFDCE5

Tints of Pig Pink #EFDCE5

Color information

#EFDCE5 (or 0xEFDCE5) is unknown color: approx Pig Pink. HEX triplet: EF, DC and E5. RGB value is (239,220,229). Sum of RGB (Red+Green+Blue) = 239+220+229=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE5 is #10231A. Grayscale: #E2E2E2. Windows color (decimal): -1057563 or 15064303. OLE color: 15064303.

HSL color Cylindrical-coordinate representation of color #EFDCE5: hue angle of 331.58º 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 #EFDCE5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239220229-
CMYK00.080.040.06
HSL331.58º37.25%90%-
HSV(B)331.58º7.95%93.73%-
XYZ75.3375.1984.67-
YUV226.71129.29136.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=34.74%
G=31.98%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922022900.080.040.06331.5837.2590
HexEFDCE5084614c255a
Octal3573343450104651445132
Binary111011111101110011100101010001001101010011001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCE5; }

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

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

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

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

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

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

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

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