#DAACD4

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

Shades of French Lilac #DAACD4

Tints of French Lilac #DAACD4

Color information

#DAACD4 (or 0xDAACD4) is unknown color: approx French Lilac. HEX triplet: DA, AC and D4. RGB value is (218,172,212). Sum of RGB (Red+Green+Blue) = 218+172+212=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD4 is #25532B. Grayscale: #BEBEBE. Windows color (decimal): -2446124 or 13937882. OLE color: 13937882.

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

Color convert

RGB218172212-
CMYK00.210.030.15
HSL307.83º38.33%76.47%-
HSV(B)307.83º21.1%85.49%-
XYZ55.5549.1668.85-
YUV190.31140.24147.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=36.21%
G=28.57%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817221200.210.030.15307.8338.3376.47
HexDAACD40153F134264c
Octal33225432402531746446114
Binary1101101010101100110101000101011111111001101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACD4; }

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

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

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

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

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

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

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

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