#DAADD8

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

Shades of French Lilac #DAADD8

Tints of French Lilac #DAADD8

Color information

#DAADD8 (or 0xDAADD8) is unknown color: approx French Lilac. HEX triplet: DA, AD and D8. RGB value is (218,173,216). Sum of RGB (Red+Green+Blue) = 218+173+216=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD8 is #255227. Grayscale: #BFBFBF. Windows color (decimal): -2445864 or 14200282. OLE color: 14200282.

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

Color convert

RGB218173216-
CMYK00.210.010.15
HSL302.67º37.82%76.67%-
HSV(B)302.67º20.64%85.49%-
XYZ56.2549.7571.6-
YUV191.36141.91147-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=35.91%
G=28.50%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817321600.210.010.15302.6737.8276.67
HexDAADD80151F12f264d
Octal33225533002511745746115
Binary110110101010110111011000010101111111001011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADD8; }

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

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

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

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

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

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

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

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