#EEDCE4

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

Shades of Pig Pink #EEDCE4

Tints of Pig Pink #EEDCE4

Color information

#EEDCE4 (or 0xEEDCE4) is unknown color: approx Pig Pink. HEX triplet: EE, DC and E4. RGB value is (238,220,228). Sum of RGB (Red+Green+Blue) = 238+220+228=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE4 is #11231B. Grayscale: #E2E2E2. Windows color (decimal): -1123100 or 14998766. OLE color: 14998766.

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

Color convert

RGB238220228-
CMYK00.080.040.07
HSL333.33º34.62%89.8%-
HSV(B)333.33º7.56%93.33%-
XYZ74.8674.9683.92-
YUV226.29128.96136.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=34.69%
G=32.07%
B=33.24%

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
Decimal23822022800.080.040.07333.3334.6289.8
HexEEDCE4084714d235a
Octal3563343440104751543132
Binary111011101101110011100100010001001111010011011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCE4; }

 p { color: rgb(238,220,228); }

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

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

 a { background-color: rgb(238,220,228); }

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

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

 span { border-color: rgb(238,220,228); }

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