#EBCFD7

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

Shades of Pink Lace #EBCFD7

Tints of Pink Lace #EBCFD7

Color information

#EBCFD7 (or 0xEBCFD7) is unknown color: approx Pink Lace. HEX triplet: EB, CF and D7. RGB value is (235,207,215). Sum of RGB (Red+Green+Blue) = 235+207+215=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFD7 is #143028. Grayscale: #D8D8D8. Windows color (decimal): -1323049 or 14143467. OLE color: 14143467.

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

Color convert

RGB235207215-
CMYK00.120.090.08
HSL342.86º41.18%86.67%-
HSV(B)342.86º11.91%92.16%-
XYZ68.8467.1973.63-
YUV216.28127.28141.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=35.77%
G=31.51%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520721500.120.090.08342.8641.1886.67
HexEBCFD70C981572957
Octal353317327014111052751127
Binary11101011110011111101011101100100110001010101111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFD7; }

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

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

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

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

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

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

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

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