#ECB8D5

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

Shades of Lavender Pink #ECB8D5

Tints of Lavender Pink #ECB8D5

Color information

#ECB8D5 (or 0xECB8D5) is unknown color: approx Lavender Pink. HEX triplet: EC, B8 and D5. RGB value is (236,184,213). Sum of RGB (Red+Green+Blue) = 236+184+213=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8D5 is #13472A. Grayscale: #CACACA. Windows color (decimal): -1263403 or 14006508. OLE color: 14006508.

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

Color convert

RGB236184213-
CMYK00.220.100.07
HSL326.54º57.78%82.35%-
HSV(B)326.54º22.03%92.55%-
XYZ63.7456.9270.58-
YUV202.85133.73151.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 184 (72.27% from 255) = 29.07%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=37.28%
G=29.07%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618421300.220.100.07326.5457.7882.35
HexECB8D5016A71473a52
Octal35427032502612750772122
Binary11101100101110001101010101011010101111010001111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8D5; }

 p { color: rgb(236,184,213); }

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

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

 a { background-color: rgb(236,184,213); }

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

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

 span { border-color: rgb(236,184,213); }

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