#D4AACD

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

Shades of French Lilac #D4AACD

Tints of French Lilac #D4AACD

Color information

#D4AACD (or 0xD4AACD) is unknown color: approx French Lilac. HEX triplet: D4, AA and CD. RGB value is (212,170,205). Sum of RGB (Red+Green+Blue) = 212+170+205=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACD is #2B5532. Grayscale: #BABABA. Windows color (decimal): -2839859 or 13478612. OLE color: 13478612.

HSL color Cylindrical-coordinate representation of color #D4AACD: hue angle of 310º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AACD is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212170205-
CMYK00.200.030.17
HSL310º32.81%74.9%-
HSV(B)310º19.81%83.14%-
XYZ52.5547.1564.09-
YUV186.55138.41146.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=36.12%
G=28.96%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217020500.200.030.1731032.8174.9
HexD4AACD014311136214b
Octal32425231502432146641113
Binary11010100101010101100110101010011100011001101101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AACD; }

 p { color: rgb(212,170,205); }

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

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

 a { background-color: rgb(212,170,205); }

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

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

 span { border-color: rgb(212,170,205); }

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