#EEDBE5

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

Shades of Pig Pink #EEDBE5

Tints of Pig Pink #EEDBE5

Color information

#EEDBE5 (or 0xEEDBE5) is unknown color: approx Pig Pink. HEX triplet: EE, DB and E5. RGB value is (238,219,229). Sum of RGB (Red+Green+Blue) = 238+219+229=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE5 is #11241A. Grayscale: #E1E1E1. Windows color (decimal): -1123355 or 15064046. OLE color: 15064046.

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

Color convert

RGB238219229-
CMYK00.080.040.07
HSL328.42º35.85%89.61%-
HSV(B)328.42º7.98%93.33%-
XYZ74.7374.584.57-
YUV225.82129.79136.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=34.69%
G=31.92%
B=33.38%

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
Decimal23821922900.080.040.07328.4235.8589.61
HexEEDBE50847148245a
Octal3563333450104751044132
Binary111011101101101111100101010001001111010010001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBE5; }

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

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

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

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

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

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

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

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