#D7AED0

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

Shades of French Lilac #D7AED0

Tints of French Lilac #D7AED0

Color information

#D7AED0 (or 0xD7AED0) is unknown color: approx French Lilac. HEX triplet: D7, AE and D0. RGB value is (215,174,208). Sum of RGB (Red+Green+Blue) = 215+174+208=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AED0 is #28512F. Grayscale: #BEBEBE. Windows color (decimal): -2642224 or 13676247. OLE color: 13676247.

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

Color convert

RGB215174208-
CMYK00.190.030.16
HSL310.24º33.88%76.27%-
HSV(B)310.24º19.07%84.31%-
XYZ54.5549.2766.31-
YUV190.14138.08145.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=36.01%
G=29.15%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517420800.190.030.16310.2433.8876.27
HexD7AED0013310136224c
Octal32725632002332046642114
Binary11010111101011101101000001001111100001001101101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AED0; }

 p { color: rgb(215,174,208); }

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

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

 a { background-color: rgb(215,174,208); }

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

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

 span { border-color: rgb(215,174,208); }

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