#ECAAD9

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

Shades of Lavender Rose #ECAAD9

Tints of Lavender Rose #ECAAD9

Color information

#ECAAD9 (or 0xECAAD9) is unknown color: approx Lavender Rose. HEX triplet: EC, AA and D9. RGB value is (236,170,217). Sum of RGB (Red+Green+Blue) = 236+170+217=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAD9 is #135526. Grayscale: #C2C2C2. Windows color (decimal): -1266983 or 14265068. OLE color: 14265068.

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

Color convert

RGB236170217-
CMYK00.280.080.07
HSL317.27º63.46%79.61%-
HSV(B)317.27º27.97%92.55%-
XYZ61.4951.5972.36-
YUV195.09140.37157.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=37.88%
G=27.29%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617021700.280.080.07317.2763.4679.61
HexECAAD901C8713d3f50
Octal35425233103410747577120
Binary11101100101010101101100101110010001111001111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAD9; }

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

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

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

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

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

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

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

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