#EFDFEA

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

Shades of Pig Pink #EFDFEA

Tints of Pig Pink #EFDFEA

Color information

#EFDFEA (or 0xEFDFEA) is unknown color: approx Pig Pink. HEX triplet: EF, DF and EA. RGB value is (239,223,234). Sum of RGB (Red+Green+Blue) = 239+223+234=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFEA is #102015. Grayscale: #E5E5E5. Windows color (decimal): -1056790 or 15392751. OLE color: 15392751.

HSL color Cylindrical-coordinate representation of color #EFDFEA: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239223234-
CMYK00.070.020.06
HSL318.75º33.33%90.59%-
HSV(B)318.75º6.69%93.73%-
XYZ76.8477.0788.67-
YUV229.04130.8135.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 234 (91.80% from 255) = 33.62%
R=34.34%
G=32.04%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922323400.070.020.06318.7533.3390.59
HexEFDFEA072613f215b
Octal357337352072647741133
Binary1110111111011111111010100111101101001111111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFEA; }

 p { color: rgb(239,223,234); }

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

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

 a { background-color: rgb(239,223,234); }

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

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

 span { border-color: rgb(239,223,234); }

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