#DAA5CD

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

Shades of French Lilac #DAA5CD

Tints of French Lilac #DAA5CD

Color information

#DAA5CD (or 0xDAA5CD) is unknown color: approx French Lilac. HEX triplet: DA, A5 and CD. RGB value is (218,165,205). Sum of RGB (Red+Green+Blue) = 218+165+205=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5CD is #255A32. Grayscale: #B9B9B9. Windows color (decimal): -2447923 or 13477338. OLE color: 13477338.

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

Color convert

RGB218165205-
CMYK00.240.060.15
HSL314.72º41.73%75.1%-
HSV(B)314.72º24.31%85.49%-
XYZ53.3946.2263.87-
YUV185.41139.06151.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=37.07%
G=28.06%
B=34.86%

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
Decimal21816520500.240.060.15314.7241.7375.1
HexDAA5CD0186F13b2a4b
Octal33224531503061747352113
Binary11011010101001011100110101100011011111001110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5CD; }

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

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

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

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

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

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

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

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