#ECB7D0

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

Shades of Lavender Pink #ECB7D0

Tints of Lavender Pink #ECB7D0

Color information

#ECB7D0 (or 0xECB7D0) is unknown color: approx Lavender Pink. HEX triplet: EC, B7 and D0. RGB value is (236,183,208). Sum of RGB (Red+Green+Blue) = 236+183+208=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7D0 is #13482F. Grayscale: #C9C9C9. Windows color (decimal): -1263664 or 13678572. OLE color: 13678572.

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

Color convert

RGB236183208-
CMYK00.220.120.07
HSL331.7º58.24%82.16%-
HSV(B)331.7º22.46%92.55%-
XYZ62.9156.2567.22-
YUV201.7131.56152.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 183 (71.88% from 255) = 29.19%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=37.64%
G=29.19%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618320800.220.120.07331.758.2482.16
HexECB7D0016C714c3a52
Octal35426732002614751472122
Binary11101100101101111101000001011011001111010011001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7D0; }

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

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

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

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

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

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

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

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