#DAACD5

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

Shades of French Lilac #DAACD5

Tints of French Lilac #DAACD5

Color information

#DAACD5 (or 0xDAACD5) is unknown color: approx French Lilac. HEX triplet: DA, AC and D5. RGB value is (218,172,213). Sum of RGB (Red+Green+Blue) = 218+172+213=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD5 is #25532A. Grayscale: #BEBEBE. Windows color (decimal): -2446123 or 14003418. OLE color: 14003418.

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

Color convert

RGB218172213-
CMYK00.210.020.15
HSL306.52º38.33%76.47%-
HSV(B)306.52º21.1%85.49%-
XYZ55.6849.2169.52-
YUV190.43140.74147.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=36.15%
G=28.52%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817221300.210.020.15306.5238.3376.47
HexDAACD50152F133264c
Octal33225432502521746346114
Binary1101101010101100110101010101011011111001100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACD5; }

 p { color: rgb(218,172,213); }

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

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

 a { background-color: rgb(218,172,213); }

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

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

 span { border-color: rgb(218,172,213); }

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