#ECB1D2

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

Shades of Lavender Pink #ECB1D2

Tints of Lavender Pink #ECB1D2

Color information

#ECB1D2 (or 0xECB1D2) is unknown color: approx Lavender Pink. HEX triplet: EC, B1 and D2. RGB value is (236,177,210). Sum of RGB (Red+Green+Blue) = 236+177+210=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1D2 is #134E2D. Grayscale: #C6C6C6. Windows color (decimal): -1265198 or 13808108. OLE color: 13808108.

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

Color convert

RGB236177210-
CMYK00.250.110.07
HSL326.44º60.82%80.98%-
HSV(B)326.44º25%92.55%-
XYZ61.9553.9368.12-
YUV198.4134.55154.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 177 (69.53% from 255) = 28.41%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=37.88%
G=28.41%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617721000.250.110.07326.4460.8280.98
HexECB1D2019B71463d51
Octal35426132203113750675121
Binary11101100101100011101001001100110111111010001101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1D2; }

 p { color: rgb(236,177,210); }

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

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

 a { background-color: rgb(236,177,210); }

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

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

 span { border-color: rgb(236,177,210); }

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