#ECD2DA

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

Shades of Pink Lace #ECD2DA

Tints of Pink Lace #ECD2DA

Color information

#ECD2DA (or 0xECD2DA) is unknown color: approx Pink Lace. HEX triplet: EC, D2 and DA. RGB value is (236,210,218). Sum of RGB (Red+Green+Blue) = 236+210+218=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DA is #132D25. Grayscale: #DADADA. Windows color (decimal): -1256742 or 14340844. OLE color: 14340844.

HSL color Cylindrical-coordinate representation of color #ECD2DA: hue angle of 341.54º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2DA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236210218-
CMYK00.110.080.07
HSL341.54º40.62%87.45%-
HSV(B)341.54º11.02%92.55%-
XYZ70.2968.9975.94-
YUV218.69127.61140.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=35.54%
G=31.63%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621021800.110.080.07341.5440.6287.45
HexECD2DA0B871562957
Octal35432233201310752651127
Binary1110110011010010110110100101110001111010101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2DA; }

 p { color: rgb(236,210,218); }

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

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

 a { background-color: rgb(236,210,218); }

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

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

 span { border-color: rgb(236,210,218); }

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