#EFDFE8

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

Shades of Pig Pink #EFDFE8

Tints of Pig Pink #EFDFE8

Color information

#EFDFE8 (or 0xEFDFE8) is unknown color: approx Pig Pink. HEX triplet: EF, DF and E8. RGB value is (239,223,232). Sum of RGB (Red+Green+Blue) = 239+223+232=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 232 (91.02% from 255 or 33.43% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFE8 is #102017. Grayscale: #E4E4E4. Windows color (decimal): -1056792 or 15261679. OLE color: 15261679.

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

Color convert

RGB239223232-
CMYK00.070.030.06
HSL326.25º33.33%90.59%-
HSV(B)326.25º6.69%93.73%-
XYZ76.5576.9587.16-
YUV228.81129.8135.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 232 (91.02% from 255) = 33.43%
R=34.44%
G=32.13%
B=33.43%

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
Decimal23922323200.070.030.06326.2533.3390.59
HexEFDFE80736146215b
Octal357337350073650641133
Binary1110111111011111111010000111111101010001101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFE8; }

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

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

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

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

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

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

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

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