#D3AECD

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

Shades of French Lilac #D3AECD

Tints of French Lilac #D3AECD

Color information

#D3AECD (or 0xD3AECD) is unknown color: approx French Lilac. HEX triplet: D3, AE and CD. RGB value is (211,174,205). Sum of RGB (Red+Green+Blue) = 211+174+205=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AECD is #2C5132. Grayscale: #BCBCBC. Windows color (decimal): -2904371 or 13479635. OLE color: 13479635.

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

Color convert

RGB211174205-
CMYK00.180.030.17
HSL309.73º29.6%75.49%-
HSV(B)309.73º17.54%82.75%-
XYZ53.0248.5364.33-
YUV188.6137.26143.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=35.76%
G=29.49%
B=34.75%

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
Decimal21117420500.180.030.17309.7329.675.49
HexD3AECD0123111361e4b
Octal32325631502232146636113
Binary1101001110101110110011010100101110001100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AECD; }

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

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

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

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

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

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

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

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