#ECA7DC

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

Shades of Lavender Rose #ECA7DC

Tints of Lavender Rose #ECA7DC

Color information

#ECA7DC (or 0xECA7DC) is unknown color: approx Lavender Rose. HEX triplet: EC, A7 and DC. RGB value is (236,167,220). Sum of RGB (Red+Green+Blue) = 236+167+220=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA7DC is #135823. Grayscale: #C1C1C1. Windows color (decimal): -1267748 or 14460908. OLE color: 14460908.

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

Color convert

RGB236167220-
CMYK00.290.070.07
HSL313.91º64.49%79.02%-
HSV(B)313.91º29.24%92.55%-
XYZ61.3350.6474.25-
YUV193.67142.86158.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 167 (65.62% from 255) = 26.81%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=37.88%
G=26.81%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616722000.290.070.07313.9164.4979.02
HexECA7DC01D7713a404f
Octal35424733403577472100117
Binary11101100101001111101110001110111111110011101010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA7DC; }

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

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

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

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

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

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

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

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