#EBDAE1

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

Shades of Pig Pink #EBDAE1

Tints of Pig Pink #EBDAE1

Color information

#EBDAE1 (or 0xEBDAE1) is unknown color: approx Pig Pink. HEX triplet: EB, DA and E1. RGB value is (235,218,225). Sum of RGB (Red+Green+Blue) = 235+218+225=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAE1 is #14251E. Grayscale: #DFDFDF. Windows color (decimal): -1320223 or 14801643. OLE color: 14801643.

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

Color convert

RGB235218225-
CMYK00.070.040.08
HSL335.29º29.82%88.82%-
HSV(B)335.29º7.23%92.16%-
XYZ72.9273.2481.53-
YUV223.88128.63135.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 225 (88.28% from 255) = 33.19%
R=34.66%
G=32.15%
B=33.19%

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
Decimal23521822500.070.040.08335.2929.8288.82
HexEBDAE1074814f1e59
Octal3533323410741051736131
Binary11101011110110101110000101111001000101001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAE1; }

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

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

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

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

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

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

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

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