#ECAED3

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

Shades of Lavender Pink #ECAED3

Tints of Lavender Pink #ECAED3

Color information

#ECAED3 (or 0xECAED3) is unknown color: approx Lavender Pink. HEX triplet: EC, AE and D3. RGB value is (236,174,211). Sum of RGB (Red+Green+Blue) = 236+174+211=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAED3 is #13512C. Grayscale: #C4C4C4. Windows color (decimal): -1265965 or 13872876. OLE color: 13872876.

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

Color convert

RGB236174211-
CMYK00.260.110.07
HSL324.19º62%80.39%-
HSV(B)324.19º26.27%92.55%-
XYZ61.4952.8168.58-
YUV196.76136.04155.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 211 (82.81% from 255) = 33.98%
R=38.00%
G=28.02%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617421100.260.110.07324.196280.39
HexECAED301AB71443e50
Octal35425632303213750476120
Binary11101100101011101101001101101010111111010001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAED3; }

 p { color: rgb(236,174,211); }

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

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

 a { background-color: rgb(236,174,211); }

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

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

 span { border-color: rgb(236,174,211); }

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