#EFDDE7

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

Shades of Pig Pink #EFDDE7

Tints of Pig Pink #EFDDE7

Color information

#EFDDE7 (or 0xEFDDE7) is unknown color: approx Pig Pink. HEX triplet: EF, DD and E7. RGB value is (239,221,231). Sum of RGB (Red+Green+Blue) = 239+221+231=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDE7 is #102218. Grayscale: #E3E3E3. Windows color (decimal): -1057305 or 15195631. OLE color: 15195631.

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

Color convert

RGB239221231-
CMYK00.080.030.06
HSL326.67º36%90.2%-
HSV(B)326.67º7.53%93.73%-
XYZ75.8875.8386.24-
YUV227.52129.96136.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=34.59%
G=31.98%
B=33.43%

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
Decimal23922123100.080.030.06326.673690.2
HexEFDDE70836147245a
Octal3573353470103650744132
Binary11101111110111011110011101000111101010001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDE7; }

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

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

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

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

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

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

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

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