#DAA9D1

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

Shades of French Lilac #DAA9D1

Tints of French Lilac #DAA9D1

Color information

#DAA9D1 (or 0xDAA9D1) is unknown color: approx French Lilac. HEX triplet: DA, A9 and D1. RGB value is (218,169,209). Sum of RGB (Red+Green+Blue) = 218+169+209=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9D1 is #25562E. Grayscale: #BCBCBC. Windows color (decimal): -2446895 or 13740506. OLE color: 13740506.

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

Color convert

RGB218169209-
CMYK00.220.040.15
HSL311.02º39.84%75.88%-
HSV(B)311.02º22.48%85.49%-
XYZ54.6147.8866.69-
YUV188.21139.73149.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=36.58%
G=28.36%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816920900.220.040.15311.0239.8475.88
HexDAA9D10164F137284c
Octal33225132102641746750114
Binary11011010101010011101000101011010011111001101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9D1; }

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

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

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

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

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

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

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

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