#EFDBE6

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

Shades of Pig Pink #EFDBE6

Tints of Pig Pink #EFDBE6

Color information

#EFDBE6 (or 0xEFDBE6) is unknown color: approx Pig Pink. HEX triplet: EF, DB and E6. RGB value is (239,219,230). Sum of RGB (Red+Green+Blue) = 239+219+230=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBE6 is #102419. Grayscale: #E2E2E2. Windows color (decimal): -1057818 or 15129583. OLE color: 15129583.

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

Color convert

RGB239219230-
CMYK00.080.040.06
HSL327º38.46%89.8%-
HSV(B)327º8.37%93.73%-
XYZ75.2174.7385.32-
YUV226.23130.13137.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=34.74%
G=31.83%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921923000.080.040.0632738.4689.8
HexEFDBE60846147265a
Octal3573333460104650746132
Binary111011111101101111100110010001001101010001111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBE6; }

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

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

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

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

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

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

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

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