#EBC7CD

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

Shades of Pink Lace #EBC7CD

Tints of Pink Lace #EBC7CD

Color information

#EBC7CD (or 0xEBC7CD) is unknown color: approx Pink Lace. HEX triplet: EB, C7 and CD. RGB value is (235,199,205). Sum of RGB (Red+Green+Blue) = 235+199+205=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CD is #143832. Grayscale: #D2D2D2. Windows color (decimal): -1325107 or 13486059. OLE color: 13486059.

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

Color convert

RGB235199205-
CMYK00.150.130.08
HSL350º47.37%85.1%-
HSV(B)350º15.32%92.16%-
XYZ65.762.9266.44-
YUV210.45124.93145.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=36.78%
G=31.14%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519920500.150.130.0835047.3785.1
HexEBC7CD0FD815e2f55
Octal353307315017151053657125
Binary11101011110001111100110101111110110001010111101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7CD; }

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

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

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

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

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

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

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

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