#D7ACCF

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

Shades of French Lilac #D7ACCF

Tints of French Lilac #D7ACCF

Color information

#D7ACCF (or 0xD7ACCF) is unknown color: approx French Lilac. HEX triplet: D7, AC and CF. RGB value is (215,172,207). Sum of RGB (Red+Green+Blue) = 215+172+207=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACCF is #285330. Grayscale: #BCBCBC. Windows color (decimal): -2642737 or 13610199. OLE color: 13610199.

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

Color convert

RGB215172207-
CMYK00.20.040.16
HSL311.16º34.96%75.88%-
HSV(B)311.16º20%84.31%-
XYZ54.0448.4665.54-
YUV188.85138.25146.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=36.20%
G=28.96%
B=34.85%

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
Decimal21517220700.20.040.16311.1634.9675.88
HexD7ACCF014410137234c
Octal32725431702442046743114
Binary110101111010110011001111010100100100001001101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACCF; }

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

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

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

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

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

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

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

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