#ECA4DC

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

Shades of Lavender Rose #ECA4DC

Tints of Lavender Rose #ECA4DC

Color information

#ECA4DC (or 0xECA4DC) is unknown color: approx Lavender Rose. HEX triplet: EC, A4 and DC. RGB value is (236,164,220). Sum of RGB (Red+Green+Blue) = 236+164+220=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4DC is #135B23. Grayscale: #BFBFBF. Windows color (decimal): -1268516 or 14460140. OLE color: 14460140.

HSL color Cylindrical-coordinate representation of color #ECA4DC: hue angle of 313.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA4DC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236164220-
CMYK00.310.070.07
HSL313.33º65.45%78.43%-
HSV(B)313.33º30.51%92.55%-
XYZ60.7949.5574.07-
YUV191.91143.85159.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=38.06%
G=26.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616422000.310.070.07313.3365.4578.43
HexECA4DC01F77139414e
Octal35424433403777471101116
Binary11101100101001001101110001111111111110011100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4DC; }

 p { color: rgb(236,164,220); }

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

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

 a { background-color: rgb(236,164,220); }

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

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

 span { border-color: rgb(236,164,220); }

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