#EDDDE4

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

Shades of Pig Pink #EDDDE4

Tints of Pig Pink #EDDDE4

Color information

#EDDDE4 (or 0xEDDDE4) is unknown color: approx Pig Pink. HEX triplet: ED, DD and E4. RGB value is (237,221,228). Sum of RGB (Red+Green+Blue) = 237+221+228=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDE4 is #12221B. Grayscale: #E2E2E2. Windows color (decimal): -1188380 or 14999021. OLE color: 14999021.

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

Color convert

RGB237221228-
CMYK00.070.040.07
HSL333.75º30.77%89.8%-
HSV(B)333.75º6.75%92.94%-
XYZ74.7975.3284-
YUV226.58128.8135.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=34.55%
G=32.22%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722122800.070.040.07333.7530.7789.8
HexEDDDE4074714e1f5a
Octal355335344074751637132
Binary1110110111011101111001000111100111101001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDE4; }

 p { color: rgb(237,221,228); }

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

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

 a { background-color: rgb(237,221,228); }

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

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

 span { border-color: rgb(237,221,228); }

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