#ECACD6

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

Shades of Lavender Pink #ECACD6

Tints of Lavender Pink #ECACD6

Color information

#ECACD6 (or 0xECACD6) is unknown color: approx Lavender Pink. HEX triplet: EC, AC and D6. RGB value is (236,172,214). Sum of RGB (Red+Green+Blue) = 236+172+214=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD6 is #135329. Grayscale: #C3C3C3. Windows color (decimal): -1266474 or 14068972. OLE color: 14068972.

HSL color Cylindrical-coordinate representation of color #ECACD6: hue angle of 320.62º 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 #ECACD6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236172214-
CMYK00.270.090.07
HSL320.62º62.75%80%-
HSV(B)320.62º27.12%92.55%-
XYZ61.4852.1970.45-
YUV195.92138.2156.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=37.94%
G=27.65%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617221400.270.090.07320.6262.7580
HexECACD601B971413f50
Octal35425432603311750177120
Binary11101100101011001101011001101110011111010000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACD6; }

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

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

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

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

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

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

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

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