#D7ACD4

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

Shades of French Lilac #D7ACD4

Tints of French Lilac #D7ACD4

Color information

#D7ACD4 (or 0xD7ACD4) is unknown color: approx French Lilac. HEX triplet: D7, AC and D4. RGB value is (215,172,212). Sum of RGB (Red+Green+Blue) = 215+172+212=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACD4 is #28532B. Grayscale: #BDBDBD. Windows color (decimal): -2642732 or 13937879. OLE color: 13937879.

HSL color Cylindrical-coordinate representation of color #D7ACD4: hue angle of 304.19º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACD4 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215172212-
CMYK00.20.010.16
HSL304.19º34.96%75.88%-
HSV(B)304.19º20%84.31%-
XYZ54.6648.7168.81-
YUV189.42140.75146.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=35.89%
G=28.71%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517221200.20.010.16304.1934.9675.88
HexD7ACD4014110130234c
Octal32725432402412046043114
Binary1101011110101100110101000101001100001001100001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACD4; }

 p { color: rgb(215,172,212); }

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

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

 a { background-color: rgb(215,172,212); }

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

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

 span { border-color: rgb(215,172,212); }

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