#ECB4D7

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

Shades of Lavender Pink #ECB4D7

Tints of Lavender Pink #ECB4D7

Color information

#ECB4D7 (or 0xECB4D7) is unknown color: approx Lavender Pink. HEX triplet: EC, B4 and D7. RGB value is (236,180,215). Sum of RGB (Red+Green+Blue) = 236+180+215=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D7 is #134B28. Grayscale: #C8C8C8. Windows color (decimal): -1264425 or 14136556. OLE color: 14136556.

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

Color convert

RGB236180215-
CMYK00.240.090.07
HSL322.5º59.57%81.57%-
HSV(B)322.5º23.73%92.55%-
XYZ63.1855.3871.65-
YUV200.73136.05153.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 180 (70.70% from 255) = 28.53%
BLUE value IS 215 (84.38% from 255) = 34.07%
R=37.40%
G=28.53%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618021500.240.090.07322.559.5781.57
HexECB4D7018971423c52
Octal35426432703011750274122
Binary11101100101101001101011101100010011111010000101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4D7; }

 p { color: rgb(236,180,215); }

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

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

 a { background-color: rgb(236,180,215); }

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

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

 span { border-color: rgb(236,180,215); }

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