#ECACD5

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

Shades of Lavender Pink #ECACD5

Tints of Lavender Pink #ECACD5

Color information

#ECACD5 (or 0xECACD5) is unknown color: approx Lavender Pink. HEX triplet: EC, AC and D5. RGB value is (236,172,213). Sum of RGB (Red+Green+Blue) = 236+172+213=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD5 is #13532A. Grayscale: #C3C3C3. Windows color (decimal): -1266475 or 14003436. OLE color: 14003436.

HSL color Cylindrical-coordinate representation of color #ECACD5: hue angle of 321.56º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACD5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236172213-
CMYK00.270.100.07
HSL321.56º62.75%80%-
HSV(B)321.56º27.12%92.55%-
XYZ61.3552.1469.78-
YUV195.81137.7156.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=38.00%
G=27.70%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617221300.270.100.07321.5662.7580
HexECACD501BA71423f50
Octal35425432503312750277120
Binary11101100101011001101010101101110101111010000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACD5; }

 p { color: rgb(236,172,213); }

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

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

 a { background-color: rgb(236,172,213); }

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

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

 span { border-color: rgb(236,172,213); }

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