#EBDEE5

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

Shades of Pig Pink #EBDEE5

Tints of Pig Pink #EBDEE5

Color information

#EBDEE5 (or 0xEBDEE5) is unknown color: approx Pig Pink. HEX triplet: EB, DE and E5. RGB value is (235,222,229). Sum of RGB (Red+Green+Blue) = 235+222+229=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEE5 is #14211A. Grayscale: #E2E2E2. Windows color (decimal): -1319195 or 15064811. OLE color: 15064811.

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

Color convert

RGB235222229-
CMYK00.060.030.08
HSL327.69º24.53%89.61%-
HSV(B)327.69º5.53%92.16%-
XYZ74.5375.5684.79-
YUV226.68129.31133.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=34.26%
G=32.36%
B=33.38%

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
Decimal23522222900.060.030.08327.6924.5389.61
HexEBDEE50638148195a
Octal3533363450631051031132
Binary1110101111011110111001010110111000101001000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEE5; }

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

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

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

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

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

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

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

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