#D4AED1

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

Shades of French Lilac #D4AED1

Tints of French Lilac #D4AED1

Color information

#D4AED1 (or 0xD4AED1) is unknown color: approx French Lilac. HEX triplet: D4, AE and D1. RGB value is (212,174,209). Sum of RGB (Red+Green+Blue) = 212+174+209=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AED1 is #2B512E. Grayscale: #BDBDBD. Windows color (decimal): -2838831 or 13741780. OLE color: 13741780.

HSL color Cylindrical-coordinate representation of color #D4AED1: hue angle of 304.74º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AED1 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212174209-
CMYK00.180.010.17
HSL304.74º30.65%75.69%-
HSV(B)304.74º17.92%83.14%-
XYZ53.848.8766.92-
YUV189.35139.09144.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=35.63%
G=29.24%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217420900.180.010.17304.7430.6575.69
HexD4AED10121111311f4c
Octal32425632102212146137114
Binary110101001010111011010001010010110001100110001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AED1; }

 p { color: rgb(212,174,209); }

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

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

 a { background-color: rgb(212,174,209); }

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

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

 span { border-color: rgb(212,174,209); }

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