#D7A4CD

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

Shades of Lilac #D7A4CD

Tints of Lilac #D7A4CD

Color information

#D7A4CD (or 0xD7A4CD) is unknown color: approx Lilac. HEX triplet: D7, A4 and CD. RGB value is (215,164,205). Sum of RGB (Red+Green+Blue) = 215+164+205=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4CD is #285B32. Grayscale: #B7B7B7. Windows color (decimal): -2644787 or 13477079. OLE color: 13477079.

HSL color Cylindrical-coordinate representation of color #D7A4CD: hue angle of 311.76º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A4CD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215164205-
CMYK00.240.050.16
HSL311.76º38.93%74.31%-
HSV(B)311.76º23.72%84.31%-
XYZ52.3245.4163.76-
YUV183.92139.9150.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=36.82%
G=28.08%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516420500.240.050.16311.7638.9374.31
HexD7A4CD018510138274a
Octal32724431503052047047112
Binary110101111010010011001101011000101100001001110001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4CD; }

 p { color: rgb(215,164,205); }

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

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

 a { background-color: rgb(215,164,205); }

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

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

 span { border-color: rgb(215,164,205); }

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