#D9A4CE

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

Shades of French Lilac #D9A4CE

Tints of French Lilac #D9A4CE

Color information

#D9A4CE (or 0xD9A4CE) is unknown color: approx French Lilac. HEX triplet: D9, A4 and CE. RGB value is (217,164,206). Sum of RGB (Red+Green+Blue) = 217+164+206=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4CE is #265B31. Grayscale: #B8B8B8. Windows color (decimal): -2513714 or 13542617. OLE color: 13542617.

HSL color Cylindrical-coordinate representation of color #D9A4CE: hue angle of 312.45º 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 #D9A4CE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217164206-
CMYK00.240.050.15
HSL312.45º41.09%74.71%-
HSV(B)312.45º24.42%85.1%-
XYZ53.0345.7664.43-
YUV184.64140.06151.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=36.97%
G=27.94%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716420600.240.050.15312.4541.0974.71
HexD9A4CE0185F138294b
Octal33124431603051747051113
Binary11011001101001001100111001100010111111001110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4CE; }

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

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

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

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

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

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

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

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