#D8A7D0

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

Shades of French Lilac #D8A7D0

Tints of French Lilac #D8A7D0

Color information

#D8A7D0 (or 0xD8A7D0) is unknown color: approx French Lilac. HEX triplet: D8, A7 and D0. RGB value is (216,167,208). Sum of RGB (Red+Green+Blue) = 216+167+208=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7D0 is #27582F. Grayscale: #BABABA. Windows color (decimal): -2578480 or 13674456. OLE color: 13674456.

HSL color Cylindrical-coordinate representation of color #D8A7D0: hue angle of 309.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A7D0 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216167208-
CMYK00.230.040.15
HSL309.8º38.58%75.1%-
HSV(B)309.8º22.69%84.71%-
XYZ53.5246.7965.89-
YUV186.32140.23149.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 167 (65.62% from 255) = 28.26%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=36.55%
G=28.26%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616720800.230.040.15309.838.5875.1
HexD8A7D00174F136274b
Octal33024732002741746647113
Binary11011000101001111101000001011110011111001101101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A7D0; }

 p { color: rgb(216,167,208); }

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

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

 a { background-color: rgb(216,167,208); }

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

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

 span { border-color: rgb(216,167,208); }

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