#DAA8D2

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

Shades of French Lilac #DAA8D2

Tints of French Lilac #DAA8D2

Color information

#DAA8D2 (or 0xDAA8D2) is unknown color: approx French Lilac. HEX triplet: DA, A8 and D2. RGB value is (218,168,210). Sum of RGB (Red+Green+Blue) = 218+168+210=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D2 is #25572D. Grayscale: #BBBBBB. Windows color (decimal): -2447150 or 13805786. OLE color: 13805786.

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

Color convert

RGB218168210-
CMYK00.230.040.15
HSL309.6º40.32%75.69%-
HSV(B)309.6º22.94%85.49%-
XYZ54.5547.5667.28-
YUV187.74140.56149.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=36.58%
G=28.19%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816821000.230.040.15309.640.3275.69
HexDAA8D20174F136284c
Octal33225032202741746650114
Binary11011010101010001101001001011110011111001101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8D2; }

 p { color: rgb(218,168,210); }

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

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

 a { background-color: rgb(218,168,210); }

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

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

 span { border-color: rgb(218,168,210); }

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