#DAB6D0

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

Shades of French Lilac #DAB6D0

Tints of French Lilac #DAB6D0

Color information

#DAB6D0 (or 0xDAB6D0) is unknown color: approx French Lilac. HEX triplet: DA, B6 and D0. RGB value is (218,182,208). Sum of RGB (Red+Green+Blue) = 218+182+208=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6D0 is #25492F. Grayscale: #C3C3C3. Windows color (decimal): -2443568 or 13678298. OLE color: 13678298.

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

Color convert

RGB218182208-
CMYK00.170.050.15
HSL316.67º32.73%78.43%-
HSV(B)316.67º16.51%85.49%-
XYZ57.0352.9266.88-
YUV195.73134.93143.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=35.86%
G=29.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818220800.170.050.15316.6732.7378.43
HexDAB6D00115F13d214e
Octal33226632002151747541116
Binary11011010101101101101000001000110111111001111011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6D0; }

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

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

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

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

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

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

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

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