#EFDEE8

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

Shades of Pig Pink #EFDEE8

Tints of Pig Pink #EFDEE8

Color information

#EFDEE8 (or 0xEFDEE8) is unknown color: approx Pig Pink. HEX triplet: EF, DE and E8. RGB value is (239,222,232). Sum of RGB (Red+Green+Blue) = 239+222+232=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEE8 is #102117. Grayscale: #E4E4E4. Windows color (decimal): -1057048 or 15261423. OLE color: 15261423.

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

Color convert

RGB239222232-
CMYK00.070.030.06
HSL324.71º34.69%90.39%-
HSV(B)324.71º7.11%93.73%-
XYZ76.2876.4287.07-
YUV228.22130.13135.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 232 (91.02% from 255) = 33.48%
R=34.49%
G=32.03%
B=33.48%

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
Decimal23922223200.070.030.06324.7134.6990.39
HexEFDEE80736145235a
Octal357336350073650543132
Binary1110111111011110111010000111111101010001011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEE8; }

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

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

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

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

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

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

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

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