#DAADD9

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

Shades of French Lilac #DAADD9

Tints of French Lilac #DAADD9

Color information

#DAADD9 (or 0xDAADD9) is unknown color: approx French Lilac. HEX triplet: DA, AD and D9. RGB value is (218,173,217). Sum of RGB (Red+Green+Blue) = 218+173+217=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD9 is #255226. Grayscale: #BFBFBF. Windows color (decimal): -2445863 or 14265818. OLE color: 14265818.

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

Color convert

RGB218173217-
CMYK00.210.000.15
HSL301.33º37.82%76.67%-
HSV(B)301.33º20.64%85.49%-
XYZ56.3849.872.29-
YUV191.47142.41146.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=35.86%
G=28.45%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817321700.210.000.15301.3337.8276.67
HexDAADD90150F12d264d
Octal33225533102501745546115
Binary110110101010110111011001010101011111001011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADD9; }

 p { color: rgb(218,173,217); }

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

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

 a { background-color: rgb(218,173,217); }

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

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

 span { border-color: rgb(218,173,217); }

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