#EBCCD3

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

Shades of Pink Lace #EBCCD3

Tints of Pink Lace #EBCCD3

Color information

#EBCCD3 (or 0xEBCCD3) is unknown color: approx Pink Lace. HEX triplet: EB, CC and D3. RGB value is (235,204,211). Sum of RGB (Red+Green+Blue) = 235+204+211=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD3 is #14332C. Grayscale: #D6D6D6. Windows color (decimal): -1323821 or 13880555. OLE color: 13880555.

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

Color convert

RGB235204211-
CMYK00.130.100.08
HSL346.45º43.66%86.08%-
HSV(B)346.45º13.19%92.16%-
XYZ67.6165.5570.72-
YUV214.07126.27142.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=36.15%
G=31.38%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520421100.130.100.08346.4543.6686.08
HexEBCCD30DA815a2c56
Octal353314323015121053254126
Binary11101011110011001101001101101101010001010110101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCD3; }

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

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

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

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

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

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

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

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