#ECB1D0

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

Shades of Lavender Pink #ECB1D0

Tints of Lavender Pink #ECB1D0

Color information

#ECB1D0 (or 0xECB1D0) is unknown color: approx Lavender Pink. HEX triplet: EC, B1 and D0. RGB value is (236,177,208). Sum of RGB (Red+Green+Blue) = 236+177+208=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1D0 is #134E2F. Grayscale: #C6C6C6. Windows color (decimal): -1265200 or 13677036. OLE color: 13677036.

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

Color convert

RGB236177208-
CMYK00.250.120.07
HSL328.47º60.82%80.98%-
HSV(B)328.47º25%92.55%-
XYZ61.753.8366.81-
YUV198.18133.55154.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=38.00%
G=28.50%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617720800.250.120.07328.4760.8280.98
HexECB1D0019C71483d51
Octal35426132003114751075121
Binary11101100101100011101000001100111001111010010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1D0; }

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

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

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

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

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

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

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

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