#D7ADD2

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

Shades of French Lilac #D7ADD2

Tints of French Lilac #D7ADD2

Color information

#D7ADD2 (or 0xD7ADD2) is unknown color: approx French Lilac. HEX triplet: D7, AD and D2. RGB value is (215,173,210). Sum of RGB (Red+Green+Blue) = 215+173+210=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADD2 is #28522D. Grayscale: #BDBDBD. Windows color (decimal): -2642478 or 13807063. OLE color: 13807063.

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

Color convert

RGB215173210-
CMYK00.200.020.16
HSL307.14º34.43%76.08%-
HSV(B)307.14º19.53%84.31%-
XYZ54.648.9967.55-
YUV189.78139.41145.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 210 (82.42% from 255) = 35.12%
R=35.95%
G=28.93%
B=35.12%

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
Decimal21517321000.200.020.16307.1434.4376.08
HexD7ADD2014210133224c
Octal32725532202422046342114
Binary11010111101011011101001001010010100001001100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADD2; }

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

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

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

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

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

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

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

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