#D5AECD

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

Shades of French Lilac #D5AECD

Tints of French Lilac #D5AECD

Color information

#D5AECD (or 0xD5AECD) is unknown color: approx French Lilac. HEX triplet: D5, AE and CD. RGB value is (213,174,205). Sum of RGB (Red+Green+Blue) = 213+174+205=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECD is #2A5132. Grayscale: #BDBDBD. Windows color (decimal): -2773299 or 13479637. OLE color: 13479637.

HSL color Cylindrical-coordinate representation of color #D5AECD: hue angle of 312.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AECD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213174205-
CMYK00.180.040.16
HSL312.31º31.71%75.88%-
HSV(B)312.31º18.31%83.53%-
XYZ53.648.8364.36-
YUV189.2136.92144.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=35.98%
G=29.39%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317420500.180.040.16312.3131.7175.88
HexD5AECD012410138204c
Octal32525631502242047040114
Binary110101011010111011001101010010100100001001110001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AECD; }

 p { color: rgb(213,174,205); }

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

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

 a { background-color: rgb(213,174,205); }

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

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

 span { border-color: rgb(213,174,205); }

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