#ECAAD6

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

Shades of Lavender Rose #ECAAD6

Tints of Lavender Rose #ECAAD6

Color information

#ECAAD6 (or 0xECAAD6) is unknown color: approx Lavender Rose. HEX triplet: EC, AA and D6. RGB value is (236,170,214). Sum of RGB (Red+Green+Blue) = 236+170+214=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAD6 is #135529. Grayscale: #C2C2C2. Windows color (decimal): -1266986 or 14068460. OLE color: 14068460.

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

Color convert

RGB236170214-
CMYK00.280.090.07
HSL320º63.46%79.61%-
HSV(B)320º27.97%92.55%-
XYZ61.151.4470.33-
YUV194.75138.87157.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=38.06%
G=27.42%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617021400.280.090.0732063.4679.61
HexECAAD601C971403f50
Octal35425232603411750077120
Binary11101100101010101101011001110010011111010000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAD6; }

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

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

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

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

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

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

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

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