#EEDAE1

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

Shades of Pig Pink #EEDAE1

Tints of Pig Pink #EEDAE1

Color information

#EEDAE1 (or 0xEEDAE1) is unknown color: approx Pig Pink. HEX triplet: EE, DA and E1. RGB value is (238,218,225). Sum of RGB (Red+Green+Blue) = 238+218+225=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE1 is #11251E. Grayscale: #E0E0E0. Windows color (decimal): -1123615 or 14801646. OLE color: 14801646.

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

Color convert

RGB238218225-
CMYK00.080.050.07
HSL339º37.04%89.41%-
HSV(B)339º8.4%93.33%-
XYZ73.9273.7681.57-
YUV224.78128.13137.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=34.95%
G=32.01%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821822500.080.050.0733937.0489.41
HexEEDAE108571532559
Octal3563323410105752345131
Binary111011101101101011100001010001011111010100111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAE1; }

 p { color: rgb(238,218,225); }

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

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

 a { background-color: rgb(238,218,225); }

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

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

 span { border-color: rgb(238,218,225); }

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