#D3AECC

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

Shades of French Lilac #D3AECC

Tints of French Lilac #D3AECC

Color information

#D3AECC (or 0xD3AECC) is unknown color: approx French Lilac. HEX triplet: D3, AE and CC. RGB value is (211,174,204). Sum of RGB (Red+Green+Blue) = 211+174+204=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AECC is #2C5133. Grayscale: #BCBCBC. Windows color (decimal): -2904372 or 13414099. OLE color: 13414099.

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

Color convert

RGB211174204-
CMYK00.180.030.17
HSL311.35º29.6%75.49%-
HSV(B)311.35º17.54%82.75%-
XYZ52.948.4863.7-
YUV188.48136.76144.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=35.82%
G=29.54%
B=34.63%

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
Decimal21117420400.180.030.17311.3529.675.49
HexD3AECC0123111371e4b
Octal32325631402232146736113
Binary1101001110101110110011000100101110001100110111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AECC; }

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

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

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

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

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

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

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

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