#D9ACCF

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

Shades of French Lilac #D9ACCF

Tints of French Lilac #D9ACCF

Color information

#D9ACCF (or 0xD9ACCF) is unknown color: approx French Lilac. HEX triplet: D9, AC and CF. RGB value is (217,172,207). Sum of RGB (Red+Green+Blue) = 217+172+207=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACCF is #265330. Grayscale: #BDBDBD. Windows color (decimal): -2511665 or 13610201. OLE color: 13610201.

HSL color Cylindrical-coordinate representation of color #D9ACCF: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACCF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217172207-
CMYK00.210.050.15
HSL313.33º37.19%76.27%-
HSV(B)313.33º20.74%85.1%-
XYZ54.6348.7665.56-
YUV189.44137.91147.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=36.41%
G=28.86%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717220700.210.050.15313.3337.1976.27
HexD9ACCF0155F139254c
Octal33125431702551747145114
Binary11011001101011001100111101010110111111001110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACCF; }

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

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

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

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

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

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

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

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