#ECABD4

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

Shades of Lavender Pink #ECABD4

Tints of Lavender Pink #ECABD4

Color information

#ECABD4 (or 0xECABD4) is unknown color: approx Lavender Pink. HEX triplet: EC, AB and D4. RGB value is (236,171,212). Sum of RGB (Red+Green+Blue) = 236+171+212=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABD4 is #13542B. Grayscale: #C3C3C3. Windows color (decimal): -1266732 or 13937644. OLE color: 13937644.

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

Color convert

RGB236171212-
CMYK00.280.100.07
HSL322.15º63.11%79.8%-
HSV(B)322.15º27.54%92.55%-
XYZ61.0451.7169.05-
YUV195.11137.53157.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=38.13%
G=27.63%
B=34.25%

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
Decimal23617121200.280.100.07322.1563.1179.8
HexECABD401CA71423f50
Octal35425332403412750277120
Binary11101100101010111101010001110010101111010000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABD4; }

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

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

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

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

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

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

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

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