#DAB9D8

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

Shades of French Lilac #DAB9D8

Tints of French Lilac #DAB9D8

Color information

#DAB9D8 (or 0xDAB9D8) is unknown color: approx French Lilac. HEX triplet: DA, B9 and D8. RGB value is (218,185,216). Sum of RGB (Red+Green+Blue) = 218+185+216=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D8 is #254627. Grayscale: #C6C6C6. Windows color (decimal): -2442792 or 14203354. OLE color: 14203354.

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

Color convert

RGB218185216-
CMYK00.150.010.15
HSL303.64º30.84%79.02%-
HSV(B)303.64º15.14%85.49%-
XYZ58.6654.5672.41-
YUV198.4137.93141.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=35.22%
G=29.89%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818521600.150.010.15303.6430.8479.02
HexDAB9D80F1F1301f4f
Octal33227133001711746037117
Binary1101101010111001110110000111111111100110000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9D8; }

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

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

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

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

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

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

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

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