#EEDDE5

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

Shades of Pig Pink #EEDDE5

Tints of Pig Pink #EEDDE5

Color information

#EEDDE5 (or 0xEEDDE5) is unknown color: approx Pig Pink. HEX triplet: EE, DD and E5. RGB value is (238,221,229). Sum of RGB (Red+Green+Blue) = 238+221+229=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDE5 is #11221A. Grayscale: #E2E2E2. Windows color (decimal): -1122843 or 15064558. OLE color: 15064558.

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

Color convert

RGB238221229-
CMYK00.070.040.07
HSL331.76º33.33%90%-
HSV(B)331.76º7.14%93.33%-
XYZ75.2675.5584.74-
YUV227129.13135.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=34.59%
G=32.12%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822122900.070.040.07331.7633.3390
HexEEDDE5074714c215a
Octal356335345074751441132
Binary11101110110111011110010101111001111010011001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDE5; }

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

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

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

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

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

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

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

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