#EBC9CE

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

Shades of Pink Lace #EBC9CE

Tints of Pink Lace #EBC9CE

Color information

#EBC9CE (or 0xEBC9CE) is unknown color: approx Pink Lace. HEX triplet: EB, C9 and CE. RGB value is (235,201,206). Sum of RGB (Red+Green+Blue) = 235+201+206=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9CE is #143631. Grayscale: #D3D3D3. Windows color (decimal): -1324594 or 13552107. OLE color: 13552107.

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

Color convert

RGB235201206-
CMYK00.140.120.08
HSL351.18º45.95%85.49%-
HSV(B)351.18º14.47%92.16%-
XYZ66.2963.8967.23-
YUV211.74124.76144.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=36.60%
G=31.31%
B=32.09%

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
Decimal23520120600.140.120.08351.1845.9585.49
HexEBC9CE0EC815f2e55
Octal353311316016141053756125
Binary11101011110010011100111001110110010001010111111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9CE; }

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

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

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

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

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

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

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

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