#DAB0D9

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

Shades of French Lilac #DAB0D9

Tints of French Lilac #DAB0D9

Color information

#DAB0D9 (or 0xDAB0D9) is unknown color: approx French Lilac. HEX triplet: DA, B0 and D9. RGB value is (218,176,217). Sum of RGB (Red+Green+Blue) = 218+176+217=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0D9 is #254F26. Grayscale: #C1C1C1. Windows color (decimal): -2445095 or 14266586. OLE color: 14266586.

HSL color Cylindrical-coordinate representation of color #DAB0D9: hue angle of 301.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0D9 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218176217-
CMYK00.190.000.15
HSL301.43º36.21%77.25%-
HSV(B)301.43º19.27%85.49%-
XYZ56.9650.9772.48-
YUV193.23141.41145.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=35.68%
G=28.81%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817621700.190.000.15301.4336.2177.25
HexDAB0D90130F12d244d
Octal33226033102301745544115
Binary110110101011000011011001010011011111001011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0D9; }

 p { color: rgb(218,176,217); }

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

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

 a { background-color: rgb(218,176,217); }

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

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

 span { border-color: rgb(218,176,217); }

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