#EBCAD2

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

Shades of Pink Lace #EBCAD2

Tints of Pink Lace #EBCAD2

Color information

#EBCAD2 (or 0xEBCAD2) is unknown color: approx Pink Lace. HEX triplet: EB, CA and D2. RGB value is (235,202,210). Sum of RGB (Red+Green+Blue) = 235+202+210=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD2 is #14352D. Grayscale: #D4D4D4. Windows color (decimal): -1324334 or 13814507. OLE color: 13814507.

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

Color convert

RGB235202210-
CMYK00.140.110.08
HSL345.45º45.21%85.69%-
HSV(B)345.45º14.04%92.16%-
XYZ67.0164.5669.9-
YUV212.78126.43143.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=36.32%
G=31.22%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520221000.140.110.08345.4545.2185.69
HexEBCAD20EB81592d56
Octal353312322016131053155126
Binary11101011110010101101001001110101110001010110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD2; }

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

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

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

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

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

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

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

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