#D9A7CD

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

Shades of French Lilac #D9A7CD

Tints of French Lilac #D9A7CD

Color information

#D9A7CD (or 0xD9A7CD) is unknown color: approx French Lilac. HEX triplet: D9, A7 and CD. RGB value is (217,167,205). Sum of RGB (Red+Green+Blue) = 217+167+205=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7CD is #265832. Grayscale: #BABABA. Windows color (decimal): -2512947 or 13477849. OLE color: 13477849.

HSL color Cylindrical-coordinate representation of color #D9A7CD: hue angle of 314.4º degrees, saturation: 0.4, 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 #D9A7CD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217167205-
CMYK00.230.060.15
HSL314.4º39.68%75.29%-
HSV(B)314.4º23.04%85.1%-
XYZ53.4546.863.97-
YUV186.28138.56149.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 167 (65.62% from 255) = 28.35%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=36.84%
G=28.35%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716720500.230.060.15314.439.6875.29
HexD9A7CD0176F13a284b
Octal33124731502761747250113
Binary11011001101001111100110101011111011111001110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7CD; }

 p { color: rgb(217,167,205); }

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

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

 a { background-color: rgb(217,167,205); }

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

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

 span { border-color: rgb(217,167,205); }

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