#D8A4CC

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

Shades of French Lilac #D8A4CC

Tints of French Lilac #D8A4CC

Color information

#D8A4CC (or 0xD8A4CC) is unknown color: approx French Lilac. HEX triplet: D8, A4 and CC. RGB value is (216,164,204). Sum of RGB (Red+Green+Blue) = 216+164+204=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4CC is #275B33. Grayscale: #B8B8B8. Windows color (decimal): -2579252 or 13411544. OLE color: 13411544.

HSL color Cylindrical-coordinate representation of color #D8A4CC: hue angle of 313.85º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A4CC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216164204-
CMYK00.240.060.15
HSL313.85º40%74.51%-
HSV(B)313.85º24.07%84.71%-
XYZ52.4945.5163.14-
YUV184.11139.23150.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=36.99%
G=28.08%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616420400.240.060.15313.854074.51
HexD8A4CC0186F13a284b
Octal33024431403061747250113
Binary11011000101001001100110001100011011111001110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4CC; }

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

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

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

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

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

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

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

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