#D7AECE

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

Shades of French Lilac #D7AECE

Tints of French Lilac #D7AECE

Color information

#D7AECE (or 0xD7AECE) is unknown color: approx French Lilac. HEX triplet: D7, AE and CE. RGB value is (215,174,206). Sum of RGB (Red+Green+Blue) = 215+174+206=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AECE is #285131. Grayscale: #BDBDBD. Windows color (decimal): -2642226 or 13545175. OLE color: 13545175.

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

Color convert

RGB215174206-
CMYK00.190.040.16
HSL313.17º33.88%76.27%-
HSV(B)313.17º19.07%84.31%-
XYZ54.349.1865.02-
YUV189.91137.08145.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=36.13%
G=29.24%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517420600.190.040.16313.1733.8876.27
HexD7AECE013410139224c
Octal32725631602342047142114
Binary110101111010111011001110010011100100001001110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AECE; }

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

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

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

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

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

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

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

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