#D4AECC

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

Shades of French Lilac #D4AECC

Tints of French Lilac #D4AECC

Color information

#D4AECC (or 0xD4AECC) is unknown color: approx French Lilac. HEX triplet: D4, AE and CC. RGB value is (212,174,204). Sum of RGB (Red+Green+Blue) = 212+174+204=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECC is #2B5133. Grayscale: #BCBCBC. Windows color (decimal): -2838836 or 13414100. OLE color: 13414100.

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

Color convert

RGB212174204-
CMYK00.180.040.17
HSL312.63º30.65%75.69%-
HSV(B)312.63º17.92%83.14%-
XYZ53.1948.6363.71-
YUV188.78136.59144.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=35.93%
G=29.49%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217420400.180.040.17312.6330.6575.69
HexD4AECC0124111391f4c
Octal32425631402242147137114
Binary11010100101011101100110001001010010001100111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AECC; }

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

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

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

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

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

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

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

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