#D5ADD2

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

Shades of French Lilac #D5ADD2

Tints of French Lilac #D5ADD2

Color information

#D5ADD2 (or 0xD5ADD2) is unknown color: approx French Lilac. HEX triplet: D5, AD and D2. RGB value is (213,173,210). Sum of RGB (Red+Green+Blue) = 213+173+210=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADD2 is #2A522D. Grayscale: #BDBDBD. Windows color (decimal): -2773550 or 13807061. OLE color: 13807061.

HSL color Cylindrical-coordinate representation of color #D5ADD2: hue angle of 304.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADD2 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213173210-
CMYK00.190.010.16
HSL304.5º32.26%75.69%-
HSV(B)304.5º18.78%83.53%-
XYZ54.0248.6967.52-
YUV189.18139.75144.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=35.74%
G=29.03%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317321000.190.010.16304.532.2675.69
HexD5ADD2013110130204c
Octal32525532202312046040114
Binary1101010110101101110100100100111100001001100001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADD2; }

 p { color: rgb(213,173,210); }

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

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

 a { background-color: rgb(213,173,210); }

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

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

 span { border-color: rgb(213,173,210); }

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