#EFDBE3

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

Shades of Pig Pink #EFDBE3

Tints of Pig Pink #EFDBE3

Color information

#EFDBE3 (or 0xEFDBE3) is unknown color: approx Pig Pink. HEX triplet: EF, DB and E3. RGB value is (239,219,227). Sum of RGB (Red+Green+Blue) = 239+219+227=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBE3 is #10241C. Grayscale: #E1E1E1. Windows color (decimal): -1057821 or 14932975. OLE color: 14932975.

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

Color convert

RGB239219227-
CMYK00.080.050.06
HSL336º38.46%89.8%-
HSV(B)336º8.37%93.73%-
XYZ74.7974.5683.12-
YUV225.89128.63137.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=34.89%
G=31.97%
B=33.14%

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
Decimal23921922700.080.050.0633638.4689.8
HexEFDBE30856150265a
Octal3573333430105652046132
Binary111011111101101111100011010001011101010100001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBE3; }

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

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

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

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

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

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

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

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