#ECB4D2

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

Shades of Lavender Pink #ECB4D2

Tints of Lavender Pink #ECB4D2

Color information

#ECB4D2 (or 0xECB4D2) is unknown color: approx Lavender Pink. HEX triplet: EC, B4 and D2. RGB value is (236,180,210). Sum of RGB (Red+Green+Blue) = 236+180+210=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D2 is #134B2D. Grayscale: #C8C8C8. Windows color (decimal): -1264430 or 13808876. OLE color: 13808876.

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

Color convert

RGB236180210-
CMYK00.240.110.07
HSL327.86º59.57%81.57%-
HSV(B)327.86º23.73%92.55%-
XYZ62.5555.1368.32-
YUV200.16133.55153.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=37.70%
G=28.75%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618021000.240.110.07327.8659.5781.57
HexECB4D2018B71483c52
Octal35426432203013751074122
Binary11101100101101001101001001100010111111010010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4D2; }

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

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

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

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

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

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

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

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