#D7AED4

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

Shades of French Lilac #D7AED4

Tints of French Lilac #D7AED4

Color information

#D7AED4 (or 0xD7AED4) is unknown color: approx French Lilac. HEX triplet: D7, AE and D4. RGB value is (215,174,212). Sum of RGB (Red+Green+Blue) = 215+174+212=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AED4 is #28512B. Grayscale: #BEBEBE. Windows color (decimal): -2642220 or 13938391. OLE color: 13938391.

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

Color convert

RGB215174212-
CMYK00.190.010.16
HSL304.39º33.88%76.27%-
HSV(B)304.39º19.07%84.31%-
XYZ55.0449.4768.94-
YUV190.59140.08145.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=35.77%
G=28.95%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517421200.190.010.16304.3933.8876.27
HexD7AED4013110130224c
Octal32725632402312046042114
Binary1101011110101110110101000100111100001001100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AED4; }

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

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

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

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

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

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

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

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