#ECAACD

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

Shades of Lavender Pink #ECAACD

Tints of Lavender Pink #ECAACD

Color information

#ECAACD (or 0xECAACD) is unknown color: approx Lavender Pink. HEX triplet: EC, AA and CD. RGB value is (236,170,205). Sum of RGB (Red+Green+Blue) = 236+170+205=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAACD is #135532. Grayscale: #C1C1C1. Windows color (decimal): -1266995 or 13478636. OLE color: 13478636.

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

Color convert

RGB236170205-
CMYK00.280.130.07
HSL328.18º63.46%79.61%-
HSV(B)328.18º27.97%92.55%-
XYZ59.9950.9964.44-
YUV193.72134.37158.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=38.63%
G=27.82%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617020500.280.130.07328.1863.4679.61
HexECAACD01CD71483f50
Octal35425231503415751077120
Binary11101100101010101100110101110011011111010010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAACD; }

 p { color: rgb(236,170,205); }

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

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

 a { background-color: rgb(236,170,205); }

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

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

 span { border-color: rgb(236,170,205); }

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