#D7AACC

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

Shades of French Lilac #D7AACC

Tints of French Lilac #D7AACC

Color information

#D7AACC (or 0xD7AACC) is unknown color: approx French Lilac. HEX triplet: D7, AA and CC. RGB value is (215,170,204). Sum of RGB (Red+Green+Blue) = 215+170+204=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AACC is #285533. Grayscale: #BBBBBB. Windows color (decimal): -2643252 or 13413079. OLE color: 13413079.

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

Color convert

RGB215170204-
CMYK00.210.050.16
HSL314.67º36%75.49%-
HSV(B)314.67º20.93%84.31%-
XYZ53.347.5663.5-
YUV187.33137.41147.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=36.50%
G=28.86%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517020400.210.050.16314.673675.49
HexD7AACC01551013b244b
Octal32725231402552047344113
Binary110101111010101011001100010101101100001001110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AACC; }

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

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

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

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

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

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

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

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