#D7ACD1

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

Shades of French Lilac #D7ACD1

Tints of French Lilac #D7ACD1

Color information

#D7ACD1 (or 0xD7ACD1) is unknown color: approx French Lilac. HEX triplet: D7, AC and D1. RGB value is (215,172,209). Sum of RGB (Red+Green+Blue) = 215+172+209=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACD1 is #28532E. Grayscale: #BCBCBC. Windows color (decimal): -2642735 or 13741271. OLE color: 13741271.

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

Color convert

RGB215172209-
CMYK00.20.030.16
HSL308.37º34.96%75.88%-
HSV(B)308.37º20%84.31%-
XYZ54.2948.5666.83-
YUV189.08139.25146.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=36.07%
G=28.86%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517220900.20.030.16308.3734.9675.88
HexD7ACD1014310134234c
Octal32725432102432046443114
Binary11010111101011001101000101010011100001001101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACD1; }

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

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

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

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

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

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

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

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