#D3ACCE

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

Shades of French Lilac #D3ACCE

Tints of French Lilac #D3ACCE

Color information

#D3ACCE (or 0xD3ACCE) is unknown color: approx French Lilac. HEX triplet: D3, AC and CE. RGB value is (211,172,206). Sum of RGB (Red+Green+Blue) = 211+172+206=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACCE is #2C5331. Grayscale: #BBBBBB. Windows color (decimal): -2904882 or 13544659. OLE color: 13544659.

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

Color convert

RGB211172206-
CMYK00.180.020.17
HSL307.69º30.71%75.1%-
HSV(B)307.69º18.48%82.75%-
XYZ52.7647.8164.84-
YUV187.54138.42144.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=35.82%
G=29.20%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117220600.180.020.17307.6930.7175.1
HexD3ACCE0122111341f4b
Octal32325431602222146437113
Binary1101001110101100110011100100101010001100110100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACCE; }

 p { color: rgb(211,172,206); }

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

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

 a { background-color: rgb(211,172,206); }

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

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

 span { border-color: rgb(211,172,206); }

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