#ECB5D8

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

Shades of Lavender Pink #ECB5D8

Tints of Lavender Pink #ECB5D8

Color information

#ECB5D8 (or 0xECB5D8) is unknown color: approx Lavender Pink. HEX triplet: EC, B5 and D8. RGB value is (236,181,216). Sum of RGB (Red+Green+Blue) = 236+181+216=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D8 is #134A27. Grayscale: #C9C9C9. Windows color (decimal): -1264168 or 14202348. OLE color: 14202348.

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

Color convert

RGB236181216-
CMYK00.230.080.07
HSL321.82º59.14%81.76%-
HSV(B)321.82º23.31%92.55%-
XYZ63.5155.8472.4-
YUV201.43136.22152.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 181 (71.09% from 255) = 28.59%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=37.28%
G=28.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618121600.230.080.07321.8259.1481.76
HexECB5D8017871423b52
Octal35426533002710750273122
Binary11101100101101011101100001011110001111010000101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5D8; }

 p { color: rgb(236,181,216); }

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

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

 a { background-color: rgb(236,181,216); }

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

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

 span { border-color: rgb(236,181,216); }

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