#EDDCE6

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

Shades of Pig Pink #EDDCE6

Tints of Pig Pink #EDDCE6

Color information

#EDDCE6 (or 0xEDDCE6) is unknown color: approx Pig Pink. HEX triplet: ED, DC and E6. RGB value is (237,220,230). Sum of RGB (Red+Green+Blue) = 237+220+230=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE6 is #122319. Grayscale: #E2E2E2. Windows color (decimal): -1188634 or 15129837. OLE color: 15129837.

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

Color convert

RGB237220230-
CMYK00.070.030.07
HSL324.71º32.08%89.61%-
HSV(B)324.71º7.17%92.94%-
XYZ74.874.985.38-
YUV226.22130.13135.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 230 (90.23% from 255) = 33.48%
R=34.50%
G=32.02%
B=33.48%

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
Decimal23722023000.070.030.07324.7132.0889.61
HexEDDCE60737145205a
Octal355334346073750540132
Binary1110110111011100111001100111111111010001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE6; }

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

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

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

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

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

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

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

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