#EDDBE5

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

Shades of Pig Pink #EDDBE5

Tints of Pig Pink #EDDBE5

Color information

#EDDBE5 (or 0xEDDBE5) is unknown color: approx Pig Pink. HEX triplet: ED, DB and E5. RGB value is (237,219,229). Sum of RGB (Red+Green+Blue) = 237+219+229=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE5 is #12241A. Grayscale: #E1E1E1. Windows color (decimal): -1188891 or 15064045. OLE color: 15064045.

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

Color convert

RGB237219229-
CMYK00.080.030.07
HSL326.67º33.33%89.41%-
HSV(B)326.67º7.59%92.94%-
XYZ74.474.3284.55-
YUV225.52129.96136.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=34.60%
G=31.97%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721922900.080.030.07326.6733.3389.41
HexEDDBE508371472159
Octal3553333450103750741131
Binary11101101110110111110010101000111111010001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBE5; }

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

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

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

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

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

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

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

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