#EEDAE2

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

Shades of Pig Pink #EEDAE2

Tints of Pig Pink #EEDAE2

Color information

#EEDAE2 (or 0xEEDAE2) is unknown color: approx Pig Pink. HEX triplet: EE, DA and E2. RGB value is (238,218,226). Sum of RGB (Red+Green+Blue) = 238+218+226=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE2 is #11251D. Grayscale: #E0E0E0. Windows color (decimal): -1123614 or 14867182. OLE color: 14867182.

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

Color convert

RGB238218226-
CMYK00.080.050.07
HSL336º37.04%89.41%-
HSV(B)336º8.4%93.33%-
XYZ74.0673.8182.3-
YUV224.89128.63137.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=34.90%
G=31.96%
B=33.14%

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
Decimal23821822600.080.050.0733637.0489.41
HexEEDAE208571502559
Octal3563323420105752045131
Binary111011101101101011100010010001011111010100001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAE2; }

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

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

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

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

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

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

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

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