#ECAED7

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

Shades of Lavender Pink #ECAED7

Tints of Lavender Pink #ECAED7

Color information

#ECAED7 (or 0xECAED7) is unknown color: approx Lavender Pink. HEX triplet: EC, AE and D7. RGB value is (236,174,215). Sum of RGB (Red+Green+Blue) = 236+174+215=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAED7 is #135128. Grayscale: #C5C5C5. Windows color (decimal): -1265961 or 14135020. OLE color: 14135020.

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

Color convert

RGB236174215-
CMYK00.260.090.07
HSL320.32º62%80.39%-
HSV(B)320.32º26.27%92.55%-
XYZ61.9953.0171.25-
YUV197.21138.04155.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=37.76%
G=27.84%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617421500.260.090.07320.326280.39
HexECAED701A971403e50
Octal35425632703211750076120
Binary11101100101011101101011101101010011111010000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAED7; }

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

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

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

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

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

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

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

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