#D4AECD

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

Shades of French Lilac #D4AECD

Tints of French Lilac #D4AECD

Color information

#D4AECD (or 0xD4AECD) is unknown color: approx French Lilac. HEX triplet: D4, AE and CD. RGB value is (212,174,205). Sum of RGB (Red+Green+Blue) = 212+174+205=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECD is #2B5132. Grayscale: #BCBCBC. Windows color (decimal): -2838835 or 13479636. OLE color: 13479636.

HSL color Cylindrical-coordinate representation of color #D4AECD: hue angle of 311.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AECD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212174205-
CMYK00.180.030.17
HSL311.05º30.65%75.69%-
HSV(B)311.05º17.92%83.14%-
XYZ53.3148.6864.34-
YUV188.9137.09144.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=35.87%
G=29.44%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217420500.180.030.17311.0530.6575.69
HexD4AECD0123111371f4c
Octal32425631502232146737114
Binary1101010010101110110011010100101110001100110111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AECD; }

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

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

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

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

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

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

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

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