#EBDBE2

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

Shades of Pig Pink #EBDBE2

Tints of Pig Pink #EBDBE2

Color information

#EBDBE2 (or 0xEBDBE2) is unknown color: approx Pig Pink. HEX triplet: EB, DB and E2. RGB value is (235,219,226). Sum of RGB (Red+Green+Blue) = 235+219+226=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE2 is #14241D. Grayscale: #E0E0E0. Windows color (decimal): -1319966 or 14867435. OLE color: 14867435.

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

Color convert

RGB235219226-
CMYK00.070.040.08
HSL333.75º28.57%89.02%-
HSV(B)333.75º6.81%92.16%-
XYZ73.3273.8282.34-
YUV224.58128.8135.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=34.56%
G=32.21%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521922600.070.040.08333.7528.5789.02
HexEBDBE2074814e1d59
Octal3533333420741051635131
Binary11101011110110111110001001111001000101001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE2; }

 p { color: rgb(235,219,226); }

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

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

 a { background-color: rgb(235,219,226); }

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

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

 span { border-color: rgb(235,219,226); }

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