#EDDCE5

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

Shades of Pig Pink #EDDCE5

Tints of Pig Pink #EDDCE5

Color information

#EDDCE5 (or 0xEDDCE5) is unknown color: approx Pig Pink. HEX triplet: ED, DC and E5. RGB value is (237,220,229). Sum of RGB (Red+Green+Blue) = 237+220+229=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCE5 is #12231A. Grayscale: #E2E2E2. Windows color (decimal): -1188635 or 15064301. OLE color: 15064301.

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

Color convert

RGB237220229-
CMYK00.070.030.07
HSL328.24º32.08%89.61%-
HSV(B)328.24º7.17%92.94%-
XYZ74.6674.8584.64-
YUV226.11129.63135.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=34.55%
G=32.07%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722022900.070.030.07328.2432.0889.61
HexEDDCE50737148205a
Octal355334345073751040132
Binary1110110111011100111001010111111111010010001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE5; }

 p { color: rgb(237,220,229); }

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

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

 a { background-color: rgb(237,220,229); }

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

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

 span { border-color: rgb(237,220,229); }

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