#EEDEE5

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

Shades of Pig Pink #EEDEE5

Tints of Pig Pink #EEDEE5

Color information

#EEDEE5 (or 0xEEDEE5) is unknown color: approx Pig Pink. HEX triplet: EE, DE and E5. RGB value is (238,222,229). Sum of RGB (Red+Green+Blue) = 238+222+229=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE5 is #11211A. Grayscale: #E3E3E3. Windows color (decimal): -1122587 or 15064814. OLE color: 15064814.

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

Color convert

RGB238222229-
CMYK00.070.040.07
HSL333.75º32%90.2%-
HSV(B)333.75º6.72%93.33%-
XYZ75.5276.0884.83-
YUV227.58128.8135.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 229 (89.84% from 255) = 33.24%
R=34.54%
G=32.22%
B=33.24%

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
Decimal23822222900.070.040.07333.753290.2
HexEEDEE5074714e205a
Octal356336345074751640132
Binary11101110110111101110010101111001111010011101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEE5; }

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

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

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

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

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

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

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

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