#EBDDE5

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

Shades of Pig Pink #EBDDE5

Tints of Pig Pink #EBDDE5

Color information

#EBDDE5 (or 0xEBDDE5) is unknown color: approx Pig Pink. HEX triplet: EB, DD and E5. RGB value is (235,221,229). Sum of RGB (Red+Green+Blue) = 235+221+229=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE5 is #14221A. Grayscale: #E2E2E2. Windows color (decimal): -1319451 or 15064555. OLE color: 15064555.

HSL color Cylindrical-coordinate representation of color #EBDDE5: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDE5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235221229-
CMYK00.060.030.08
HSL325.71º25.93%89.41%-
HSV(B)325.71º5.96%92.16%-
XYZ74.2675.0384.7-
YUV226.1129.64134.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=34.31%
G=32.26%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522122900.060.030.08325.7125.9389.41
HexEBDDE506381461a59
Octal3533353450631050632131
Binary1110101111011101111001010110111000101000110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDE5; }

 p { color: rgb(235,221,229); }

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

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

 a { background-color: rgb(235,221,229); }

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

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

 span { border-color: rgb(235,221,229); }

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