#EDDBE4

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

Shades of Pig Pink #EDDBE4

Tints of Pig Pink #EDDBE4

Color information

#EDDBE4 (or 0xEDDBE4) is unknown color: approx Pig Pink. HEX triplet: ED, DB and E4. RGB value is (237,219,228). Sum of RGB (Red+Green+Blue) = 237+219+228=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE4 is #12241B. Grayscale: #E1E1E1. Windows color (decimal): -1188892 or 14998509. OLE color: 14998509.

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

Color convert

RGB237219228-
CMYK00.080.040.07
HSL330º33.33%89.41%-
HSV(B)330º7.59%92.94%-
XYZ74.2674.2783.82-
YUV225.41129.46136.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=34.65%
G=32.02%
B=33.33%

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
Decimal23721922800.080.040.0733033.3389.41
HexEDDBE4084714a2159
Octal3553333440104751241131
Binary111011011101101111100100010001001111010010101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBE4; }

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

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

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

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

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

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

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

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