#EBDDE4

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

Shades of Pig Pink #EBDDE4

Tints of Pig Pink #EBDDE4

Color information

#EBDDE4 (or 0xEBDDE4) is unknown color: approx Pig Pink. HEX triplet: EB, DD and E4. RGB value is (235,221,228). Sum of RGB (Red+Green+Blue) = 235+221+228=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE4 is #14221B. Grayscale: #E1E1E1. Windows color (decimal): -1319452 or 14999019. OLE color: 14999019.

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

Color convert

RGB235221228-
CMYK00.060.030.08
HSL330º25.93%89.41%-
HSV(B)330º5.96%92.16%-
XYZ74.1274.9883.96-
YUV225.98129.14134.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=34.36%
G=32.31%
B=33.33%

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
Decimal23522122800.060.030.0833025.9389.41
HexEBDDE4063814a1a59
Octal3533353440631051232131
Binary1110101111011101111001000110111000101001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDE4; }

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

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

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

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

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

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

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

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