#D7ADD1

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

Shades of French Lilac #D7ADD1

Tints of French Lilac #D7ADD1

Color information

#D7ADD1 (or 0xD7ADD1) is unknown color: approx French Lilac. HEX triplet: D7, AD and D1. RGB value is (215,173,209). Sum of RGB (Red+Green+Blue) = 215+173+209=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADD1 is #28522E. Grayscale: #BDBDBD. Windows color (decimal): -2642479 or 13741527. OLE color: 13741527.

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

Color convert

RGB215173209-
CMYK00.200.030.16
HSL308.57º34.43%76.08%-
HSV(B)308.57º19.53%84.31%-
XYZ54.4848.9466.9-
YUV189.66138.91146.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=36.01%
G=28.98%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517320900.200.030.16308.5734.4376.08
HexD7ADD1014310135224c
Octal32725532102432046542114
Binary11010111101011011101000101010011100001001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADD1; }

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

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

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

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

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

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

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

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