#D8AACC

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

Shades of French Lilac #D8AACC

Tints of French Lilac #D8AACC

Color information

#D8AACC (or 0xD8AACC) is unknown color: approx French Lilac. HEX triplet: D8, AA and CC. RGB value is (216,170,204). Sum of RGB (Red+Green+Blue) = 216+170+204=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AACC is #275533. Grayscale: #BBBBBB. Windows color (decimal): -2577716 or 13413080. OLE color: 13413080.

HSL color Cylindrical-coordinate representation of color #D8AACC: hue angle of 315.65º 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 #D8AACC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216170204-
CMYK00.210.060.15
HSL315.65º37.1%75.69%-
HSV(B)315.65º21.3%84.71%-
XYZ53.5947.7163.51-
YUV187.63137.24148.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=36.61%
G=28.81%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617020400.210.060.15315.6537.175.69
HexD8AACC0156F13c254c
Octal33025231402561747445114
Binary11011000101010101100110001010111011111001111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AACC; }

 p { color: rgb(216,170,204); }

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

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

 a { background-color: rgb(216,170,204); }

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

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

 span { border-color: rgb(216,170,204); }

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