#DAA8D3

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

Shades of French Lilac #DAA8D3

Tints of French Lilac #DAA8D3

Color information

#DAA8D3 (or 0xDAA8D3) is unknown color: approx French Lilac. HEX triplet: DA, A8 and D3. RGB value is (218,168,211). Sum of RGB (Red+Green+Blue) = 218+168+211=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D3 is #25572C. Grayscale: #BBBBBB. Windows color (decimal): -2447149 or 13871322. OLE color: 13871322.

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

Color convert

RGB218168211-
CMYK00.230.030.15
HSL308.4º40.32%75.69%-
HSV(B)308.4º22.94%85.49%-
XYZ54.6747.6167.94-
YUV187.85141.06149.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=36.52%
G=28.14%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816821100.230.030.15308.440.3275.69
HexDAA8D30173F134284c
Octal33225032302731746450114
Binary1101101010101000110100110101111111111001101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8D3; }

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

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

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

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

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

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

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

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