#DAA4CD

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

Shades of French Lilac #DAA4CD

Tints of French Lilac #DAA4CD

Color information

#DAA4CD (or 0xDAA4CD) is unknown color: approx French Lilac. HEX triplet: DA, A4 and CD. RGB value is (218,164,205). Sum of RGB (Red+Green+Blue) = 218+164+205=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CD is #255B32. Grayscale: #B8B8B8. Windows color (decimal): -2448179 or 13477082. OLE color: 13477082.

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

Color convert

RGB218164205-
CMYK00.250.060.15
HSL314.44º42.19%74.9%-
HSV(B)314.44º24.77%85.49%-
XYZ53.2145.8663.81-
YUV184.82139.39151.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=37.14%
G=27.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816420500.250.060.15314.4442.1974.9
HexDAA4CD0196F13a2a4b
Octal33224431503161747252113
Binary11011010101001001100110101100111011111001110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4CD; }

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

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

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

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

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

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

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

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