#EBCDD5

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

Shades of Pink Lace #EBCDD5

Tints of Pink Lace #EBCDD5

Color information

#EBCDD5 (or 0xEBCDD5) is unknown color: approx Pink Lace. HEX triplet: EB, CD and D5. RGB value is (235,205,213). Sum of RGB (Red+Green+Blue) = 235+205+213=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD5 is #14322A. Grayscale: #D6D6D6. Windows color (decimal): -1323563 or 14011883. OLE color: 14011883.

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

Color convert

RGB235205213-
CMYK00.130.090.08
HSL344º42.86%86.27%-
HSV(B)344º12.77%92.16%-
XYZ68.166.1372.13-
YUV214.88126.94142.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=35.99%
G=31.39%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520521300.130.090.0834442.8686.27
HexEBCDD50D981582b56
Octal353315325015111053053126
Binary11101011110011011101010101101100110001010110001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDD5; }

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

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

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

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

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

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

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

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