#DAA9CD

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

Shades of French Lilac #DAA9CD

Tints of French Lilac #DAA9CD

Color information

#DAA9CD (or 0xDAA9CD) is unknown color: approx French Lilac. HEX triplet: DA, A9 and CD. RGB value is (218,169,205). Sum of RGB (Red+Green+Blue) = 218+169+205=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9CD is #255632. Grayscale: #BBBBBB. Windows color (decimal): -2446899 or 13478362. OLE color: 13478362.

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

Color convert

RGB218169205-
CMYK00.220.060.15
HSL315.92º39.84%75.88%-
HSV(B)315.92º22.48%85.49%-
XYZ54.1247.6964.11-
YUV187.76137.73149.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=36.82%
G=28.55%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816920500.220.060.15315.9239.8475.88
HexDAA9CD0166F13c284c
Octal33225131502661747450114
Binary11011010101010011100110101011011011111001111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9CD; }

 p { color: rgb(218,169,205); }

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

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

 a { background-color: rgb(218,169,205); }

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

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

 span { border-color: rgb(218,169,205); }

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