#ECB7D3

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

Shades of Lavender Pink #ECB7D3

Tints of Lavender Pink #ECB7D3

Color information

#ECB7D3 (or 0xECB7D3) is unknown color: approx Lavender Pink. HEX triplet: EC, B7 and D3. RGB value is (236,183,211). Sum of RGB (Red+Green+Blue) = 236+183+211=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7D3 is #13482C. Grayscale: #C9C9C9. Windows color (decimal): -1263661 or 13875180. OLE color: 13875180.

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

Color convert

RGB236183211-
CMYK00.220.110.07
HSL328.3º58.24%82.16%-
HSV(B)328.3º22.46%92.55%-
XYZ63.2856.469.18-
YUV202.04133.06152.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 211 (82.81% from 255) = 33.49%
R=37.46%
G=29.05%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618321100.220.110.07328.358.2482.16
HexECB7D3016B71483a52
Octal35426732302613751072122
Binary11101100101101111101001101011010111111010010001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7D3; }

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

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

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

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

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

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

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

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