#DAB9D6

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

Shades of French Lilac #DAB9D6

Tints of French Lilac #DAB9D6

Color information

#DAB9D6 (or 0xDAB9D6) is unknown color: approx French Lilac. HEX triplet: DA, B9 and D6. RGB value is (218,185,214). Sum of RGB (Red+Green+Blue) = 218+185+214=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D6 is #254629. Grayscale: #C6C6C6. Windows color (decimal): -2442794 or 14072282. OLE color: 14072282.

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

Color convert

RGB218185214-
CMYK00.150.020.15
HSL307.27º30.84%79.02%-
HSV(B)307.27º15.14%85.49%-
XYZ58.454.4671.05-
YUV198.17136.93142.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=35.33%
G=29.98%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818521400.150.020.15307.2730.8479.02
HexDAB9D60F2F1331f4f
Octal33227132601721746337117
Binary11011010101110011101011001111101111100110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9D6; }

 p { color: rgb(218,185,214); }

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

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

 a { background-color: rgb(218,185,214); }

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

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

 span { border-color: rgb(218,185,214); }

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