#ECAAD1

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

Shades of Lavender Pink #ECAAD1

Tints of Lavender Pink #ECAAD1

Color information

#ECAAD1 (or 0xECAAD1) is unknown color: approx Lavender Pink. HEX triplet: EC, AA and D1. RGB value is (236,170,209). Sum of RGB (Red+Green+Blue) = 236+170+209=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAD1 is #13552E. Grayscale: #C2C2C2. Windows color (decimal): -1266991 or 13740780. OLE color: 13740780.

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

Color convert

RGB236170209-
CMYK00.280.110.07
HSL324.55º63.46%79.61%-
HSV(B)324.55º27.97%92.55%-
XYZ60.4851.1967.01-
YUV194.18136.37157.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=38.37%
G=27.64%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617020900.280.110.07324.5563.4679.61
HexECAAD101CB71453f50
Octal35425232103413750577120
Binary11101100101010101101000101110010111111010001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAD1; }

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

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

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

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

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

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

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

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