#DAACD1

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

Shades of French Lilac #DAACD1

Tints of French Lilac #DAACD1

Color information

#DAACD1 (or 0xDAACD1) is unknown color: approx French Lilac. HEX triplet: DA, AC and D1. RGB value is (218,172,209). Sum of RGB (Red+Green+Blue) = 218+172+209=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD1 is #25532E. Grayscale: #BDBDBD. Windows color (decimal): -2446127 or 13741274. OLE color: 13741274.

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

Color convert

RGB218172209-
CMYK00.210.040.15
HSL311.74º38.33%76.47%-
HSV(B)311.74º21.1%85.49%-
XYZ55.1749.0166.87-
YUV189.97138.74147.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=36.39%
G=28.71%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220900.210.040.15311.7438.3376.47
HexDAACD10154F138264c
Octal33225432102541747046114
Binary11011010101011001101000101010110011111001110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACD1; }

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

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

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

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

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

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

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

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