#EBCCD5

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

Shades of Pink Lace #EBCCD5

Tints of Pink Lace #EBCCD5

Color information

#EBCCD5 (or 0xEBCCD5) is unknown color: approx Pink Lace. HEX triplet: EB, CC and D5. RGB value is (235,204,213). Sum of RGB (Red+Green+Blue) = 235+204+213=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD5 is #14332A. Grayscale: #D6D6D6. Windows color (decimal): -1323819 or 14011627. OLE color: 14011627.

HSL color Cylindrical-coordinate representation of color #EBCCD5: hue angle of 342.58º degrees, saturation: 0.44, 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 #EBCCD5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235204213-
CMYK00.130.090.08
HSL342.58º43.66%86.08%-
HSV(B)342.58º13.19%92.16%-
XYZ67.8665.6572.05-
YUV214.3127.27142.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=36.04%
G=31.29%
B=32.67%

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
Decimal23520421300.130.090.08342.5843.6686.08
HexEBCCD50D981572c56
Octal353314325015111052754126
Binary11101011110011001101010101101100110001010101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCD5; }

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

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

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

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

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

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

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

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