#ECB8D7

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

Shades of Lavender Pink #ECB8D7

Tints of Lavender Pink #ECB8D7

Color information

#ECB8D7 (or 0xECB8D7) is unknown color: approx Lavender Pink. HEX triplet: EC, B8 and D7. RGB value is (236,184,215). Sum of RGB (Red+Green+Blue) = 236+184+215=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8D7 is #134728. Grayscale: #CBCBCB. Windows color (decimal): -1263401 or 14137580. OLE color: 14137580.

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

Color convert

RGB236184215-
CMYK00.220.090.07
HSL324.23º57.78%82.35%-
HSV(B)324.23º22.03%92.55%-
XYZ6457.0271.92-
YUV203.08134.73151.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=37.17%
G=28.98%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618421500.220.090.07324.2357.7882.35
HexECB8D7016971443a52
Octal35427032702611750472122
Binary11101100101110001101011101011010011111010001001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8D7; }

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

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

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

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

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

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

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

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