#DAADD5

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

Shades of French Lilac #DAADD5

Tints of French Lilac #DAADD5

Color information

#DAADD5 (or 0xDAADD5) is unknown color: approx French Lilac. HEX triplet: DA, AD and D5. RGB value is (218,173,213). Sum of RGB (Red+Green+Blue) = 218+173+213=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD5 is #25522A. Grayscale: #BEBEBE. Windows color (decimal): -2445867 or 14003674. OLE color: 14003674.

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

Color convert

RGB218173213-
CMYK00.210.020.15
HSL306.67º37.82%76.67%-
HSV(B)306.67º20.64%85.49%-
XYZ55.8749.669.58-
YUV191.02140.41147.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=36.09%
G=28.64%
B=35.26%

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
Decimal21817321300.210.020.15306.6737.8276.67
HexDAADD50152F133264d
Octal33225532502521746346115
Binary1101101010101101110101010101011011111001100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADD5; }

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

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

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

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

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

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

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

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