#EFDDE5

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

Shades of Pig Pink #EFDDE5

Tints of Pig Pink #EFDDE5

Color information

#EFDDE5 (or 0xEFDDE5) is unknown color: approx Pig Pink. HEX triplet: EF, DD and E5. RGB value is (239,221,229). Sum of RGB (Red+Green+Blue) = 239+221+229=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDE5 is #10221A. Grayscale: #E3E3E3. Windows color (decimal): -1057307 or 15064559. OLE color: 15064559.

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

Color convert

RGB239221229-
CMYK00.080.040.06
HSL333.33º36%90.2%-
HSV(B)333.33º7.53%93.73%-
XYZ75.675.7284.76-
YUV227.29128.96136.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 229 (89.84% from 255) = 33.24%
R=34.69%
G=32.08%
B=33.24%

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
Decimal23922122900.080.040.06333.333690.2
HexEFDDE5084614d245a
Octal3573353450104651544132
Binary111011111101110111100101010001001101010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDE5; }

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

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

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

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

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

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

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

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