#DAB6D5

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

Shades of French Lilac #DAB6D5

Tints of French Lilac #DAB6D5

Color information

#DAB6D5 (or 0xDAB6D5) is unknown color: approx French Lilac. HEX triplet: DA, B6 and D5. RGB value is (218,182,213). Sum of RGB (Red+Green+Blue) = 218+182+213=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6D5 is #25492A. Grayscale: #C4C4C4. Windows color (decimal): -2443563 or 14005978. OLE color: 14005978.

HSL color Cylindrical-coordinate representation of color #DAB6D5: hue angle of 308.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6D5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218182213-
CMYK00.170.020.15
HSL308.33º32.73%78.43%-
HSV(B)308.33º16.51%85.49%-
XYZ57.6553.1770.17-
YUV196.3137.43143.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=35.56%
G=29.69%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818221300.170.020.15308.3332.7378.43
HexDAB6D50112F134214e
Octal33226632502121746441116
Binary1101101010110110110101010100011011111001101001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6D5; }

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

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

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

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

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

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

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

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