#EBC5CF

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

Shades of Pink Lace #EBC5CF

Tints of Pink Lace #EBC5CF

Color information

#EBC5CF (or 0xEBC5CF) is unknown color: approx Pink Lace. HEX triplet: EB, C5 and CF. RGB value is (235,197,207). Sum of RGB (Red+Green+Blue) = 235+197+207=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5CF is #143A30. Grayscale: #D1D1D1. Windows color (decimal): -1325617 or 13616619. OLE color: 13616619.

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

Color convert

RGB235197207-
CMYK00.160.120.08
HSL344.21º48.72%84.71%-
HSV(B)344.21º16.17%92.16%-
XYZ65.4962.167.57-
YUV209.5126.59146.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=36.78%
G=30.83%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519720700.160.120.08344.2148.7284.71
HexEBC5CF010C81583155
Octal353305317020141053061125
Binary111010111100010111001111010000110010001010110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5CF; }

 p { color: rgb(235,197,207); }

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

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

 a { background-color: rgb(235,197,207); }

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

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

 span { border-color: rgb(235,197,207); }

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