#ECAAD8

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

Shades of Lavender Rose #ECAAD8

Tints of Lavender Rose #ECAAD8

Color information

#ECAAD8 (or 0xECAAD8) is unknown color: approx Lavender Rose. HEX triplet: EC, AA and D8. RGB value is (236,170,216). Sum of RGB (Red+Green+Blue) = 236+170+216=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAD8 is #135527. Grayscale: #C2C2C2. Windows color (decimal): -1266984 or 14199532. OLE color: 14199532.

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

Color convert

RGB236170216-
CMYK00.280.080.07
HSL318.18º63.46%79.61%-
HSV(B)318.18º27.97%92.55%-
XYZ61.3651.5471.68-
YUV194.98139.87157.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=37.94%
G=27.33%
B=34.73%

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
Decimal23617021600.280.080.07318.1863.4679.61
HexECAAD801C8713e3f50
Octal35425233003410747677120
Binary11101100101010101101100001110010001111001111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAD8; }

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

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

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

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

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

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

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

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