#EBCAD3

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

Shades of Pink Lace #EBCAD3

Tints of Pink Lace #EBCAD3

Color information

#EBCAD3 (or 0xEBCAD3) is unknown color: approx Pink Lace. HEX triplet: EB, CA and D3. RGB value is (235,202,211). Sum of RGB (Red+Green+Blue) = 235+202+211=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD3 is #14352C. Grayscale: #D4D4D4. Windows color (decimal): -1324333 or 13880043. OLE color: 13880043.

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

Color convert

RGB235202211-
CMYK00.140.100.08
HSL343.64º45.21%85.69%-
HSV(B)343.64º14.04%92.16%-
XYZ67.1464.6170.56-
YUV212.89126.93143.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=36.27%
G=31.17%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520221100.140.100.08343.6445.2185.69
HexEBCAD30EA81582d56
Octal353312323016121053055126
Binary11101011110010101101001101110101010001010110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD3; }

 p { color: rgb(235,202,211); }

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

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

 a { background-color: rgb(235,202,211); }

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

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

 span { border-color: rgb(235,202,211); }

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