#EBCED5

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

Shades of Pink Lace #EBCED5

Tints of Pink Lace #EBCED5

Color information

#EBCED5 (or 0xEBCED5) is unknown color: approx Pink Lace. HEX triplet: EB, CE and D5. RGB value is (235,206,213). Sum of RGB (Red+Green+Blue) = 235+206+213=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED5 is #14312A. Grayscale: #D7D7D7. Windows color (decimal): -1323307 or 14012139. OLE color: 14012139.

HSL color Cylindrical-coordinate representation of color #EBCED5: hue angle of 345.52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCED5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235206213-
CMYK00.120.090.08
HSL345.52º42.03%86.47%-
HSV(B)345.52º12.34%92.16%-
XYZ68.3466.6172.21-
YUV215.47126.61141.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=35.93%
G=31.50%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520621300.120.090.08345.5242.0386.47
HexEBCED50C9815a2a56
Octal353316325014111053252126
Binary11101011110011101101010101100100110001010110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCED5; }

 p { color: rgb(235,206,213); }

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

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

 a { background-color: rgb(235,206,213); }

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

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

 span { border-color: rgb(235,206,213); }

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