#ECB5D0

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

Shades of Lavender Pink #ECB5D0

Tints of Lavender Pink #ECB5D0

Color information

#ECB5D0 (or 0xECB5D0) is unknown color: approx Lavender Pink. HEX triplet: EC, B5 and D0. RGB value is (236,181,208). Sum of RGB (Red+Green+Blue) = 236+181+208=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D0 is #134A2F. Grayscale: #C8C8C8. Windows color (decimal): -1264176 or 13678060. OLE color: 13678060.

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

Color convert

RGB236181208-
CMYK00.230.120.07
HSL330.55º59.14%81.76%-
HSV(B)330.55º23.31%92.55%-
XYZ62.555.4367.08-
YUV200.52132.22153.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=37.76%
G=28.96%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618120800.230.120.07330.5559.1481.76
HexECB5D0017C714b3b52
Octal35426532002714751373122
Binary11101100101101011101000001011111001111010010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5D0; }

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

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

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

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

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

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

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

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