#ECACD2

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

Shades of Lavender Pink #ECACD2

Tints of Lavender Pink #ECACD2

Color information

#ECACD2 (or 0xECACD2) is unknown color: approx Lavender Pink. HEX triplet: EC, AC and D2. RGB value is (236,172,210). Sum of RGB (Red+Green+Blue) = 236+172+210=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD2 is #13532D. Grayscale: #C3C3C3. Windows color (decimal): -1266478 or 13806828. OLE color: 13806828.

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

Color convert

RGB236172210-
CMYK00.270.110.07
HSL324.38º62.75%80%-
HSV(B)324.38º27.12%92.55%-
XYZ60.9851.9967.79-
YUV195.47136.2156.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=38.19%
G=27.83%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617221000.270.110.07324.3862.7580
HexECACD201BB71443f50
Octal35425432203313750477120
Binary11101100101011001101001001101110111111010001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACD2; }

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

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

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

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

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

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

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

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