#D7A4CC

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

Shades of Lilac #D7A4CC

Tints of Lilac #D7A4CC

Color information

#D7A4CC (or 0xD7A4CC) is unknown color: approx Lilac. HEX triplet: D7, A4 and CC. RGB value is (215,164,204). Sum of RGB (Red+Green+Blue) = 215+164+204=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4CC is #285B33. Grayscale: #B7B7B7. Windows color (decimal): -2644788 or 13411543. OLE color: 13411543.

HSL color Cylindrical-coordinate representation of color #D7A4CC: hue angle of 312.94º 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 #D7A4CC is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215164204-
CMYK00.240.050.16
HSL312.94º38.93%74.31%-
HSV(B)312.94º23.72%84.31%-
XYZ52.245.3663.13-
YUV183.81139.4150.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=36.88%
G=28.13%
B=34.99%

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
Decimal21516420400.240.050.16312.9438.9374.31
HexD7A4CC018510139274a
Octal32724431403052047147112
Binary110101111010010011001100011000101100001001110011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4CC; }

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

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

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

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

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

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

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

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