#DABCD6

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

Shades of French Lilac #DABCD6

Tints of French Lilac #DABCD6

Color information

#DABCD6 (or 0xDABCD6) is unknown color: approx French Lilac. HEX triplet: DA, BC and D6. RGB value is (218,188,214). Sum of RGB (Red+Green+Blue) = 218+188+214=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD6 is #254329. Grayscale: #C7C7C7. Windows color (decimal): -2442026 or 14073050. OLE color: 14073050.

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

Color convert

RGB218188214-
CMYK00.140.020.15
HSL308º28.85%79.61%-
HSV(B)308º13.76%85.49%-
XYZ59.0355.7371.26-
YUV199.93135.94140.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=35.16%
G=30.32%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821400.140.020.1530828.8579.61
HexDABCD60E2F1341d50
Octal33227432601621746435120
Binary11011010101111001101011001110101111100110100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCD6; }

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

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

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

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

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

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

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

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