#D5ADD1

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

Shades of French Lilac #D5ADD1

Tints of French Lilac #D5ADD1

Color information

#D5ADD1 (or 0xD5ADD1) is unknown color: approx French Lilac. HEX triplet: D5, AD and D1. RGB value is (213,173,209). Sum of RGB (Red+Green+Blue) = 213+173+209=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADD1 is #2A522E. Grayscale: #BCBCBC. Windows color (decimal): -2773551 or 13741525. OLE color: 13741525.

HSL color Cylindrical-coordinate representation of color #D5ADD1: hue angle of 306º 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 #D5ADD1 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213173209-
CMYK00.190.020.16
HSL306º32.26%75.69%-
HSV(B)306º18.78%83.53%-
XYZ53.8948.6466.87-
YUV189.06139.25145.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=35.80%
G=29.08%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317320900.190.020.1630632.2675.69
HexD5ADD1013210132204c
Octal32525532102322046240114
Binary11010101101011011101000101001110100001001100101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADD1; }

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

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

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

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

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

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

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

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