#EBDAE2

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

Shades of Pig Pink #EBDAE2

Tints of Pig Pink #EBDAE2

Color information

#EBDAE2 (or 0xEBDAE2) is unknown color: approx Pig Pink. HEX triplet: EB, DA and E2. RGB value is (235,218,226). Sum of RGB (Red+Green+Blue) = 235+218+226=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAE2 is #14251D. Grayscale: #DFDFDF. Windows color (decimal): -1320222 or 14867179. OLE color: 14867179.

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

Color convert

RGB235218226-
CMYK00.070.040.08
HSL331.76º29.82%88.82%-
HSV(B)331.76º7.23%92.16%-
XYZ73.0673.382.25-
YUV224129.13135.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=34.61%
G=32.11%
B=33.28%

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
Decimal23521822600.070.040.08331.7629.8288.82
HexEBDAE2074814c1e59
Octal3533323420741051436131
Binary11101011110110101110001001111001000101001100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAE2; }

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

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

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

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

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

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

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

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