#EBC7CF

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

Shades of Pink Lace #EBC7CF

Tints of Pink Lace #EBC7CF

Color information

#EBC7CF (or 0xEBC7CF) is unknown color: approx Pink Lace. HEX triplet: EB, C7 and CF. RGB value is (235,199,207). Sum of RGB (Red+Green+Blue) = 235+199+207=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CF is #143830. Grayscale: #D2D2D2. Windows color (decimal): -1325105 or 13617131. OLE color: 13617131.

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

Color convert

RGB235199207-
CMYK00.150.120.08
HSL346.67º47.37%85.1%-
HSV(B)346.67º15.32%92.16%-
XYZ65.9563.0167.72-
YUV210.68125.93145.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=36.66%
G=31.05%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519920700.150.120.08346.6747.3785.1
HexEBC7CF0FC815b2f55
Octal353307317017141053357125
Binary11101011110001111100111101111110010001010110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7CF; }

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

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

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

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

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

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

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

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