#ECABD5

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

Shades of Lavender Pink #ECABD5

Tints of Lavender Pink #ECABD5

Color information

#ECABD5 (or 0xECABD5) is unknown color: approx Lavender Pink. HEX triplet: EC, AB and D5. RGB value is (236,171,213). Sum of RGB (Red+Green+Blue) = 236+171+213=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABD5 is #13542A. Grayscale: #C3C3C3. Windows color (decimal): -1266731 or 14003180. OLE color: 14003180.

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

Color convert

RGB236171213-
CMYK00.280.100.07
HSL321.23º63.11%79.8%-
HSV(B)321.23º27.54%92.55%-
XYZ61.1751.7669.72-
YUV195.22138.03157.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=38.06%
G=27.58%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617121300.280.100.07321.2363.1179.8
HexECABD501CA71413f50
Octal35425332503412750177120
Binary11101100101010111101010101110010101111010000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABD5; }

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

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

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

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

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

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

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

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