#DAA8D1

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

Shades of French Lilac #DAA8D1

Tints of French Lilac #DAA8D1

Color information

#DAA8D1 (or 0xDAA8D1) is unknown color: approx French Lilac. HEX triplet: DA, A8 and D1. RGB value is (218,168,209). Sum of RGB (Red+Green+Blue) = 218+168+209=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D1 is #25572E. Grayscale: #BBBBBB. Windows color (decimal): -2447151 or 13740250. OLE color: 13740250.

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

Color convert

RGB218168209-
CMYK00.230.040.15
HSL310.8º40.32%75.69%-
HSV(B)310.8º22.94%85.49%-
XYZ54.4247.5166.62-
YUV187.62140.06149.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=36.64%
G=28.24%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816820900.230.040.15310.840.3275.69
HexDAA8D10174F137284c
Octal33225032102741746750114
Binary11011010101010001101000101011110011111001101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8D1; }

 p { color: rgb(218,168,209); }

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

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

 a { background-color: rgb(218,168,209); }

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

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

 span { border-color: rgb(218,168,209); }

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