#EBC9CF

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

Shades of Pink Lace #EBC9CF

Tints of Pink Lace #EBC9CF

Color information

#EBC9CF (or 0xEBC9CF) is unknown color: approx Pink Lace. HEX triplet: EB, C9 and CF. RGB value is (235,201,207). Sum of RGB (Red+Green+Blue) = 235+201+207=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9CF is #143630. Grayscale: #D3D3D3. Windows color (decimal): -1324593 or 13617643. OLE color: 13617643.

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

Color convert

RGB235201207-
CMYK00.140.120.08
HSL349.41º45.95%85.49%-
HSV(B)349.41º14.47%92.16%-
XYZ66.4163.9467.87-
YUV211.85125.26144.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=36.55%
G=31.26%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520120700.140.120.08349.4145.9585.49
HexEBC9CF0EC815d2e55
Octal353311317016141053556125
Binary11101011110010011100111101110110010001010111011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9CF; }

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

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

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

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

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

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

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

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