#D9A3CD

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

Shades of French Lilac #D9A3CD

Tints of French Lilac #D9A3CD

Color information

#D9A3CD (or 0xD9A3CD) is unknown color: approx French Lilac. HEX triplet: D9, A3 and CD. RGB value is (217,163,205). Sum of RGB (Red+Green+Blue) = 217+163+205=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3CD is #265C32. Grayscale: #B7B7B7. Windows color (decimal): -2513971 or 13476825. OLE color: 13476825.

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

Color convert

RGB217163205-
CMYK00.250.060.15
HSL313.33º41.54%74.51%-
HSV(B)313.33º24.88%85.1%-
XYZ52.7345.3563.73-
YUV183.93139.89151.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=37.09%
G=27.86%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716320500.250.060.15313.3341.5474.51
HexD9A3CD0196F1392a4b
Octal33124331503161747152113
Binary11011001101000111100110101100111011111001110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3CD; }

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

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

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

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

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

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

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

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