#EFDCE8

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

Shades of Pig Pink #EFDCE8

Tints of Pig Pink #EFDCE8

Color information

#EFDCE8 (or 0xEFDCE8) is unknown color: approx Pig Pink. HEX triplet: EF, DC and E8. RGB value is (239,220,232). Sum of RGB (Red+Green+Blue) = 239+220+232=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCE8 is #102317. Grayscale: #E3E3E3. Windows color (decimal): -1057560 or 15260911. OLE color: 15260911.

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

Color convert

RGB239220232-
CMYK00.080.030.06
HSL322.11º37.25%90%-
HSV(B)322.11º7.95%93.73%-
XYZ75.7675.3686.9-
YUV227.05130.79136.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=34.59%
G=31.84%
B=33.57%

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
Decimal23922023200.080.030.06322.1137.2590
HexEFDCE80836142255a
Octal3573343500103650245132
Binary11101111110111001110100001000111101010000101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCE8; }

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

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

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

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

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

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

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

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