#ECB5D3

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

Shades of Lavender Pink #ECB5D3

Tints of Lavender Pink #ECB5D3

Color information

#ECB5D3 (or 0xECB5D3) is unknown color: approx Lavender Pink. HEX triplet: EC, B5 and D3. RGB value is (236,181,211). Sum of RGB (Red+Green+Blue) = 236+181+211=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D3 is #134A2C. Grayscale: #C8C8C8. Windows color (decimal): -1264173 or 13874668. OLE color: 13874668.

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

Color convert

RGB236181211-
CMYK00.230.110.07
HSL327.27º59.14%81.76%-
HSV(B)327.27º23.31%92.55%-
XYZ62.8755.5869.04-
YUV200.86133.72153.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=37.58%
G=28.82%
B=33.60%

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
Decimal23618121100.230.110.07327.2759.1481.76
HexECB5D3017B71473b52
Octal35426532302713750773122
Binary11101100101101011101001101011110111111010001111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5D3; }

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

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

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

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

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

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

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

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