#EFD7DF

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

Shades of Pig Pink #EFD7DF

Tints of Pig Pink #EFD7DF

Color information

#EFD7DF (or 0xEFD7DF) is unknown color: approx Pig Pink. HEX triplet: EF, D7 and DF. RGB value is (239,215,223). Sum of RGB (Red+Green+Blue) = 239+215+223=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7DF is #102820. Grayscale: #DFDFDF. Windows color (decimal): -1058849 or 14669807. OLE color: 14669807.

HSL color Cylindrical-coordinate representation of color #EFD7DF: hue angle of 340º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD7DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239215223-
CMYK00.100.070.06
HSL340º42.86%89.02%-
HSV(B)340º10.04%93.73%-
XYZ73.2272.2879.9-
YUV223.09127.95139.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=35.30%
G=31.76%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921522300.100.070.0634042.8689.02
HexEFD7DF0A761542b59
Octal3573273370127652453131
Binary111011111101011111011111010101111101010101001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7DF; }

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

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

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

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

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

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

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

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