#EFDBE7

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

Shades of Pig Pink #EFDBE7

Tints of Pig Pink #EFDBE7

Color information

#EFDBE7 (or 0xEFDBE7) is unknown color: approx Pig Pink. HEX triplet: EF, DB and E7. RGB value is (239,219,231). Sum of RGB (Red+Green+Blue) = 239+219+231=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBE7 is #102418. Grayscale: #E2E2E2. Windows color (decimal): -1057817 or 15195119. OLE color: 15195119.

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

Color convert

RGB239219231-
CMYK00.080.030.06
HSL324º38.46%89.8%-
HSV(B)324º8.37%93.73%-
XYZ75.3574.7886.06-
YUV226.35130.63137.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=34.69%
G=31.79%
B=33.53%

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
Decimal23921923100.080.030.0632438.4689.8
HexEFDBE70836144265a
Octal3573333470103650446132
Binary11101111110110111110011101000111101010001001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBE7; }

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

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

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

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

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

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

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

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