#D7ACCE

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

Shades of French Lilac #D7ACCE

Tints of French Lilac #D7ACCE

Color information

#D7ACCE (or 0xD7ACCE) is unknown color: approx French Lilac. HEX triplet: D7, AC and CE. RGB value is (215,172,206). Sum of RGB (Red+Green+Blue) = 215+172+206=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACCE is #285331. Grayscale: #BCBCBC. Windows color (decimal): -2642738 or 13544663. OLE color: 13544663.

HSL color Cylindrical-coordinate representation of color #D7ACCE: hue angle of 312.56º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACCE is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215172206-
CMYK00.20.040.16
HSL312.56º34.96%75.88%-
HSV(B)312.56º20%84.31%-
XYZ53.9248.4164.89-
YUV188.73137.75146.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=36.26%
G=29.01%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517220600.20.040.16312.5634.9675.88
HexD7ACCE014410139234c
Octal32725431602442047143114
Binary110101111010110011001110010100100100001001110011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACCE; }

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

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

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

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

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

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

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

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