#EBDBE1

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

Shades of Pig Pink #EBDBE1

Tints of Pig Pink #EBDBE1

Color information

#EBDBE1 (or 0xEBDBE1) is unknown color: approx Pig Pink. HEX triplet: EB, DB and E1. RGB value is (235,219,225). Sum of RGB (Red+Green+Blue) = 235+219+225=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE1 is #14241E. Grayscale: #E0E0E0. Windows color (decimal): -1319967 or 14801899. OLE color: 14801899.

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

Color convert

RGB235219225-
CMYK00.070.040.08
HSL337.5º28.57%89.02%-
HSV(B)337.5º6.81%92.16%-
XYZ73.1873.7681.61-
YUV224.47128.3135.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=34.61%
G=32.25%
B=33.14%

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
Decimal23521922500.070.040.08337.528.5789.02
HexEBDBE107481521d59
Octal3533333410741052235131
Binary11101011110110111110000101111001000101010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE1; }

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

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

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

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

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

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

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

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