#EFDAE1

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

Shades of Pig Pink #EFDAE1

Tints of Pig Pink #EFDAE1

Color information

#EFDAE1 (or 0xEFDAE1) is unknown color: approx Pig Pink. HEX triplet: EF, DA and E1. RGB value is (239,218,225). Sum of RGB (Red+Green+Blue) = 239+218+225=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAE1 is #10251E. Grayscale: #E1E1E1. Windows color (decimal): -1058079 or 14801647. OLE color: 14801647.

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

Color convert

RGB239218225-
CMYK00.090.060.06
HSL340º39.62%89.61%-
HSV(B)340º8.79%93.73%-
XYZ74.2673.9381.59-
YUV225.08127.96137.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=35.04%
G=31.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921822500.090.060.0634039.6289.61
HexEFDAE10966154285a
Octal3573323410116652450132
Binary111011111101101011100001010011101101010101001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAE1; }

 p { color: rgb(239,218,225); }

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

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

 a { background-color: rgb(239,218,225); }

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

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

 span { border-color: rgb(239,218,225); }

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