#D3AED1

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

Shades of French Lilac #D3AED1

Tints of French Lilac #D3AED1

Color information

#D3AED1 (or 0xD3AED1) is unknown color: approx French Lilac. HEX triplet: D3, AE and D1. RGB value is (211,174,209). Sum of RGB (Red+Green+Blue) = 211+174+209=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AED1 is #2C512E. Grayscale: #BCBCBC. Windows color (decimal): -2904367 or 13741779. OLE color: 13741779.

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

Color convert

RGB211174209-
CMYK00.180.010.17
HSL303.24º29.6%75.49%-
HSV(B)303.24º17.54%82.75%-
XYZ53.5148.7266.91-
YUV189.05139.26143.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.52%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=35.52%
G=29.29%
B=35.19%

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
Decimal21117420900.180.010.17303.2429.675.49
HexD3AED101211112f1e4b
Octal32325632102212145736113
Binary110100111010111011010001010010110001100101111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AED1; }

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

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

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

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

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

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

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

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