#EFDEE7

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

Shades of Pig Pink #EFDEE7

Tints of Pig Pink #EFDEE7

Color information

#EFDEE7 (or 0xEFDEE7) is unknown color: approx Pig Pink. HEX triplet: EF, DE and E7. RGB value is (239,222,231). Sum of RGB (Red+Green+Blue) = 239+222+231=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEE7 is #102118. Grayscale: #E4E4E4. Windows color (decimal): -1057049 or 15195887. OLE color: 15195887.

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

Color convert

RGB239222231-
CMYK00.070.030.06
HSL328.24º34.69%90.39%-
HSV(B)328.24º7.11%93.73%-
XYZ76.1476.3686.33-
YUV228.11129.63135.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 231 (90.62% from 255) = 33.38%
R=34.54%
G=32.08%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922223100.070.030.06328.2434.6990.39
HexEFDEE70736148235a
Octal357336347073651043132
Binary1110111111011110111001110111111101010010001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEE7; }

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

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

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

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

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

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

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

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