#D5AAD1

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

Shades of French Lilac #D5AAD1

Tints of French Lilac #D5AAD1

Color information

#D5AAD1 (or 0xD5AAD1) is unknown color: approx French Lilac. HEX triplet: D5, AA and D1. RGB value is (213,170,209). Sum of RGB (Red+Green+Blue) = 213+170+209=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAD1 is #2A552E. Grayscale: #BBBBBB. Windows color (decimal): -2774319 or 13740757. OLE color: 13740757.

HSL color Cylindrical-coordinate representation of color #D5AAD1: hue angle of 305.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAD1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213170209-
CMYK00.200.020.16
HSL305.58º33.86%75.1%-
HSV(B)305.58º20.19%83.53%-
XYZ53.3247.566.68-
YUV187.3140.25146.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=35.98%
G=28.72%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317020900.200.020.16305.5833.8675.1
HexD5AAD1014210132224b
Octal32525232102422046242113
Binary11010101101010101101000101010010100001001100101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAD1; }

 p { color: rgb(213,170,209); }

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

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

 a { background-color: rgb(213,170,209); }

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

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

 span { border-color: rgb(213,170,209); }

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