#DAA6CD

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

Shades of French Lilac #DAA6CD

Tints of French Lilac #DAA6CD

Color information

#DAA6CD (or 0xDAA6CD) is unknown color: approx French Lilac. HEX triplet: DA, A6 and CD. RGB value is (218,166,205). Sum of RGB (Red+Green+Blue) = 218+166+205=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6CD is #255932. Grayscale: #B9B9B9. Windows color (decimal): -2447667 or 13477594. OLE color: 13477594.

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

Color convert

RGB218166205-
CMYK00.240.060.15
HSL315º41.27%75.29%-
HSV(B)315º23.85%85.49%-
XYZ53.5746.5963.93-
YUV185.99138.73150.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=37.01%
G=28.18%
B=34.80%

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
Decimal21816620500.240.060.1531541.2775.29
HexDAA6CD0186F13b294b
Octal33224631503061747351113
Binary11011010101001101100110101100011011111001110111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6CD; }

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

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

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

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

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

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

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

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