#DAADD1

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

Shades of French Lilac #DAADD1

Tints of French Lilac #DAADD1

Color information

#DAADD1 (or 0xDAADD1) is unknown color: approx French Lilac. HEX triplet: DA, AD and D1. RGB value is (218,173,209). Sum of RGB (Red+Green+Blue) = 218+173+209=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD1 is #25522E. Grayscale: #BEBEBE. Windows color (decimal): -2445871 or 13741530. OLE color: 13741530.

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

Color convert

RGB218173209-
CMYK00.210.040.15
HSL312º37.82%76.67%-
HSV(B)312º20.64%85.49%-
XYZ55.3749.466.94-
YUV190.56138.41147.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=36.33%
G=28.83%
B=34.83%

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
Decimal21817320900.210.040.1531237.8276.67
HexDAADD10154F138264d
Octal33225532102541747046115
Binary11011010101011011101000101010110011111001110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADD1; }

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

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

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

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

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

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

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

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