#D9A4CD

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

Shades of French Lilac #D9A4CD

Tints of French Lilac #D9A4CD

Color information

#D9A4CD (or 0xD9A4CD) is unknown color: approx French Lilac. HEX triplet: D9, A4 and CD. RGB value is (217,164,205). Sum of RGB (Red+Green+Blue) = 217+164+205=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4CD is #265B32. Grayscale: #B8B8B8. Windows color (decimal): -2513715 or 13477081. OLE color: 13477081.

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

Color convert

RGB217164205-
CMYK00.240.060.15
HSL313.58º41.09%74.71%-
HSV(B)313.58º24.42%85.1%-
XYZ52.9145.7163.79-
YUV184.52139.56151.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=37.03%
G=27.99%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716420500.240.060.15313.5841.0974.71
HexD9A4CD0186F13a294b
Octal33124431503061747251113
Binary11011001101001001100110101100011011111001110101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4CD; }

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

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

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

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

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

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

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

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