#EEDCE5

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

Shades of Pig Pink #EEDCE5

Tints of Pig Pink #EEDCE5

Color information

#EEDCE5 (or 0xEEDCE5) is unknown color: approx Pig Pink. HEX triplet: EE, DC and E5. RGB value is (238,220,229). Sum of RGB (Red+Green+Blue) = 238+220+229=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE5 is #11231A. Grayscale: #E2E2E2. Windows color (decimal): -1123099 or 15064302. OLE color: 15064302.

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

Color convert

RGB238220229-
CMYK00.080.040.07
HSL330º34.62%89.8%-
HSV(B)330º7.56%93.33%-
XYZ7575.0284.66-
YUV226.41129.46136.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=34.64%
G=32.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822022900.080.040.0733034.6289.8
HexEEDCE5084714a235a
Octal3563343450104751243132
Binary111011101101110011100101010001001111010010101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCE5; }

 p { color: rgb(238,220,229); }

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

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

 a { background-color: rgb(238,220,229); }

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

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

 span { border-color: rgb(238,220,229); }

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