#ECABD6

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

Shades of Lavender Pink #ECABD6

Tints of Lavender Pink #ECABD6

Color information

#ECABD6 (or 0xECABD6) is unknown color: approx Lavender Pink. HEX triplet: EC, AB and D6. RGB value is (236,171,214). Sum of RGB (Red+Green+Blue) = 236+171+214=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABD6 is #135429. Grayscale: #C3C3C3. Windows color (decimal): -1266730 or 14068716. OLE color: 14068716.

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

Color convert

RGB236171214-
CMYK00.280.090.07
HSL320.31º63.11%79.8%-
HSV(B)320.31º27.54%92.55%-
XYZ61.2951.8170.39-
YUV195.34138.53157-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=38.00%
G=27.54%
B=34.46%

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
Decimal23617121400.280.090.07320.3163.1179.8
HexECABD601C971403f50
Octal35425332603411750077120
Binary11101100101010111101011001110010011111010000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABD6; }

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

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

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

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

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

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

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

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