#ECB5D1

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

Shades of Lavender Pink #ECB5D1

Tints of Lavender Pink #ECB5D1

Color information

#ECB5D1 (or 0xECB5D1) is unknown color: approx Lavender Pink. HEX triplet: EC, B5 and D1. RGB value is (236,181,209). Sum of RGB (Red+Green+Blue) = 236+181+209=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D1 is #134A2E. Grayscale: #C8C8C8. Windows color (decimal): -1264175 or 13743596. OLE color: 13743596.

HSL color Cylindrical-coordinate representation of color #ECB5D1: hue angle of 329.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5D1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB236181209-
CMYK00.230.110.07
HSL329.45º59.14%81.76%-
HSV(B)329.45º23.31%92.55%-
XYZ62.6255.4867.73-
YUV200.64132.72153.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=37.70%
G=28.91%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618120900.230.110.07329.4559.1481.76
HexECB5D1017B71493b52
Octal35426532102713751173122
Binary11101100101101011101000101011110111111010010011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5D1; }

 p { color: rgb(236,181,209); }

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

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

 a { background-color: rgb(236,181,209); }

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

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

 span { border-color: rgb(236,181,209); }

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