#EFDBE2

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

Shades of Pig Pink #EFDBE2

Tints of Pig Pink #EFDBE2

Color information

#EFDBE2 (or 0xEFDBE2) is unknown color: approx Pig Pink. HEX triplet: EF, DB and E2. RGB value is (239,219,226). Sum of RGB (Red+Green+Blue) = 239+219+226=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBE2 is #10241D. Grayscale: #E1E1E1. Windows color (decimal): -1057822 or 14867439. OLE color: 14867439.

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

Color convert

RGB239219226-
CMYK00.080.050.06
HSL339º38.46%89.8%-
HSV(B)339º8.37%93.73%-
XYZ74.6674.582.4-
YUV225.78128.13137.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=34.94%
G=32.02%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921922600.080.050.0633938.4689.8
HexEFDBE20856153265a
Octal3573333420105652346132
Binary111011111101101111100010010001011101010100111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBE2; }

 p { color: rgb(239,219,226); }

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

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

 a { background-color: rgb(239,219,226); }

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

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

 span { border-color: rgb(239,219,226); }

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