#ECACD4

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

Shades of Lavender Pink #ECACD4

Tints of Lavender Pink #ECACD4

Color information

#ECACD4 (or 0xECACD4) is unknown color: approx Lavender Pink. HEX triplet: EC, AC and D4. RGB value is (236,172,212). Sum of RGB (Red+Green+Blue) = 236+172+212=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD4 is #13532B. Grayscale: #C3C3C3. Windows color (decimal): -1266476 or 13937900. OLE color: 13937900.

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

Color convert

RGB236172212-
CMYK00.270.100.07
HSL322.5º62.75%80%-
HSV(B)322.5º27.12%92.55%-
XYZ61.2352.0969.11-
YUV195.7137.2156.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=38.06%
G=27.74%
B=34.19%

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
Decimal23617221200.270.100.07322.562.7580
HexECACD401BA71423f50
Octal35425432403312750277120
Binary11101100101011001101010001101110101111010000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACD4; }

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

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

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

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

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

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

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

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